Class FabricBookshelfEvents

java.lang.Object
net.darkhax.bookshelf.impl.event.FabricBookshelfEvents

public class FabricBookshelfEvents extends Object
  • Field Details

    • RECIPE_SYNC

      public static final net.fabricmc.fabric.api.event.Event<IRecipeSyncEvent> RECIPE_SYNC
      This event is posted on the client when it finishes processing a recipe update packet.
    • FARMLAND_TRAMPLE_EVENT

      public static final net.fabricmc.fabric.api.event.Event<IFarmlandTrampleListener> FARMLAND_TRAMPLE_EVENT
      This event is posted when an entity tramples on farmland.
    • ITEM_USE_TICK_EVENT

      public static final net.fabricmc.fabric.api.event.Event<IItemUseTickEvent> ITEM_USE_TICK_EVENT
      This event is posted when an entity uses an item with an effect that requires actively using the item, like charging a bow or eating.
  • Constructor Details

    • FabricBookshelfEvents

      public FabricBookshelfEvents()