Uses of Class
net.minecraft.world.entity.decoration.LeashFenceKnotEntity
Packages that use LeashFenceKnotEntity
Package
Description
- 
Uses of LeashFenceKnotEntity in net.minecraft.client.renderer.entityFields in net.minecraft.client.renderer.entity with type parameters of type LeashFenceKnotEntityModifier and TypeFieldDescriptionprivate final LeashKnotModel<LeashFenceKnotEntity>LeashKnotRenderer.modelMethods in net.minecraft.client.renderer.entity with parameters of type LeashFenceKnotEntityModifier and TypeMethodDescriptionLeashKnotRenderer.getTextureLocation(LeashFenceKnotEntity p_115244_) voidLeashKnotRenderer.render(LeashFenceKnotEntity p_115246_, float p_115247_, float p_115248_, PoseStack p_115249_, MultiBufferSource p_115250_, int p_115251_) 
- 
Uses of LeashFenceKnotEntity in net.minecraft.world.entityFields in net.minecraft.world.entity with type parameters of type LeashFenceKnotEntityModifier and TypeFieldDescriptionstatic final EntityType<LeashFenceKnotEntity>EntityType.LEASH_KNOT
- 
Uses of LeashFenceKnotEntity in net.minecraft.world.entity.decorationMethods in net.minecraft.world.entity.decoration that return LeashFenceKnotEntityModifier and TypeMethodDescriptionstatic LeashFenceKnotEntityLeashFenceKnotEntity.getOrCreateKnot(Level p_31845_, BlockPos p_31846_) Constructor parameters in net.minecraft.world.entity.decoration with type arguments of type LeashFenceKnotEntityModifierConstructorDescriptionLeashFenceKnotEntity(EntityType<? extends LeashFenceKnotEntity> p_31828_, Level p_31829_)