Package me.shedaniel.architectury.hooks
Class EntityHooks
java.lang.Object
me.shedaniel.architectury.hooks.EntityHooks
- 
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable net.minecraft.world.entity.EntityfromCollision(net.minecraft.world.phys.shapes.CollisionContext ctx) static StringgetEncodeId(net.minecraft.world.entity.Entity entity) Deprecated.Use the field directly. 
- 
Method Details
- 
getEncodeId
@Deprecated @ScheduledForRemoval public static String getEncodeId(net.minecraft.world.entity.Entity entity) Deprecated.Use the field directly. - 
fromCollision
@Nullable public static @Nullable net.minecraft.world.entity.Entity fromCollision(net.minecraft.world.phys.shapes.CollisionContext ctx)  
 -