Class ServerEvents.BlockEntity

java.lang.Object
icu.suc.serverevents.ServerEvents.BlockEntity
Enclosing class:
ServerEvents

public abstract static class ServerEvents.BlockEntity extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerBlockEntityEvents.Load>
     
    static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerBlockEntityEvents.Unload>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOAD

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerBlockEntityEvents.Load> LOAD
      See Also:
      • ServerBlockEntityEvents.BLOCK_ENTITY_LOAD
    • UNLOAD

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerBlockEntityEvents.Unload> UNLOAD
      See Also:
      • ServerBlockEntityEvents.BLOCK_ENTITY_UNLOAD
  • Constructor Details

    • BlockEntity

      public BlockEntity()