Uses of Class
net.minecraft.entity.decoration.LeashKnotEntity
Package
Description
-
Uses of LeashKnotEntity in net.minecraft.client.render.entity
Modifier and TypeFieldDescriptionprivate final LeashKnotEntityModel<LeashKnotEntity>
LeashKnotEntityRenderer.model
Modifier 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
-
Uses of LeashKnotEntity in net.minecraft.entity.decoration
Modifier and TypeMethodDescriptionstatic LeashKnotEntity
LeashKnotEntity.getOrCreate
(World world, BlockPos pos) ModifierConstructorDescriptionLeashKnotEntity
(EntityType<? extends LeashKnotEntity> type, World world)