Package dev.upcraft.sparkweave.api.event
Class EntityTickEvents
java.lang.Object
dev.upcraft.sparkweave.api.event.EntityTickEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceEntityTickEvents.EndTick<T extends net.minecraft.world.entity.Entity>static interfaceEntityTickEvents.StartTick<T extends net.minecraft.world.entity.Entity> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends net.minecraft.world.entity.Entity>
Event<EntityTickEvents.EndTick<T>> static <T extends net.minecraft.world.entity.Entity>
Event<EntityTickEvents.StartTick<T>>
-
Constructor Details
-
EntityTickEvents
public EntityTickEvents()
-
-
Method Details
-
startTick
public static <T extends net.minecraft.world.entity.Entity> Event<EntityTickEvents.StartTick<T>> startTick(Class<T> entityClazz) -
endTick
public static <T extends net.minecraft.world.entity.Entity> Event<EntityTickEvents.EndTick<T>> endTick(Class<T> entityClazz)
-