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