Uses of Class
net.minecraft.entity.decoration.LeashKnotEntity
Packages that use LeashKnotEntity
Package
Description
- 
Uses of LeashKnotEntity in net.minecraft.client.render.entityFields in net.minecraft.client.render.entity with type parameters of type LeashKnotEntityModifier and TypeFieldDescriptionprivate final LeashKnotEntityModel<LeashKnotEntity>LeashKnotEntityRenderer.modelMethods in net.minecraft.client.render.entity with parameters of type LeashKnotEntityModifier and TypeMethodDescriptionLeashKnotEntityRenderer.getTexture(LeashKnotEntity leashKnotEntity) voidLeashKnotEntityRenderer.render(LeashKnotEntity leashKnotEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) 
- 
Uses of LeashKnotEntity in net.minecraft.entityFields in net.minecraft.entity with type parameters of type LeashKnotEntity
- 
Uses of LeashKnotEntity in net.minecraft.entity.decorationMethods in net.minecraft.entity.decoration that return LeashKnotEntityModifier and TypeMethodDescriptionstatic LeashKnotEntityLeashKnotEntity.getOrCreate(World world, BlockPos pos) Constructor parameters in net.minecraft.entity.decoration with type arguments of type LeashKnotEntityModifierConstructorDescriptionLeashKnotEntity(EntityType<? extends LeashKnotEntity> type, World world)