Class ServerEvents.Entity

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

public abstract static class ServerEvents.Entity extends Object
  • Field Details

    • LOAD

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

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerEntityEvents.Unload> UNLOAD
      See Also:
      • ServerEntityEvents.ENTITY_UNLOAD
    • EQUIPMENT_CHANGE

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.event.lifecycle.v1.ServerEntityEvents.EquipmentChange> EQUIPMENT_CHANGE
      See Also:
      • ServerEntityEvents.EQUIPMENT_CHANGE
    • AFTER_KILLED_OTHER_ENTITY

      @FabricAPI public static final net.fabricmc.fabric.api.event.Event<net.fabricmc.fabric.api.entity.event.v1.ServerEntityCombatEvents.AfterKilledOtherEntity> AFTER_KILLED_OTHER_ENTITY
      See Also:
      • ServerEntityCombatEvents.AFTER_KILLED_OTHER_ENTITY
  • Constructor Details

    • Entity

      public Entity()