Package net.darkhax.bookshelf.impl.event
Class FabricBookshelfEvents
java.lang.Object
net.darkhax.bookshelf.impl.event.FabricBookshelfEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<IFarmlandTrampleListener>This event is posted when an entity tramples on farmland.static final net.fabricmc.fabric.api.event.Event<IItemUseTickEvent>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.static final net.fabricmc.fabric.api.event.Event<IRecipeSyncEvent>This event is posted on the client when it finishes processing a recipe update packet. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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_EVENTThis event is posted when an entity tramples on farmland. -
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()
-