Package com.beansgalaxy.backpacks.events
Class ElytraFlightEvent
java.lang.Object
com.beansgalaxy.backpacks.events.ElytraFlightEvent
- All Implemented Interfaces:
net.fabricmc.fabric.api.entity.event.v1.EntityElytraEvents.Custom
public class ElytraFlightEvent
extends Object
implements net.fabricmc.fabric.api.entity.event.v1.EntityElytraEvents.Custom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanuseCustomElytra(net.minecraft.world.entity.LivingEntity entity, boolean tickElytra)
-
Constructor Details
-
ElytraFlightEvent
public ElytraFlightEvent()
-
-
Method Details
-
useCustomElytra
public boolean useCustomElytra(net.minecraft.world.entity.LivingEntity entity, boolean tickElytra) - Specified by:
useCustomElytrain interfacenet.fabricmc.fabric.api.entity.event.v1.EntityElytraEvents.Custom
-