Uses of Class
net.minecraft.world.entity.decoration.LeashFenceKnotEntity
Packages that use LeashFenceKnotEntity
Package
Description
-
Uses of LeashFenceKnotEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type LeashFenceKnotEntityModifier and TypeFieldDescriptionprivate final LeashKnotModel
<LeashFenceKnotEntity> LeashKnotRenderer.model
Methods in net.minecraft.client.renderer.entity with parameters of type LeashFenceKnotEntityModifier and TypeMethodDescriptionLeashKnotRenderer.getTextureLocation
(LeashFenceKnotEntity pEntity) Returns the location of an entity's texture.void
LeashKnotRenderer.render
(LeashFenceKnotEntity pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of LeashFenceKnotEntity in net.minecraft.world.entity
Fields 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.decoration
Methods in net.minecraft.world.entity.decoration that return LeashFenceKnotEntityModifier and TypeMethodDescriptionstatic LeashFenceKnotEntity
LeashFenceKnotEntity.getOrCreateKnot
(Level pLevel, BlockPos pPos) Constructor parameters in net.minecraft.world.entity.decoration with type arguments of type LeashFenceKnotEntityModifierConstructorDescriptionLeashFenceKnotEntity
(EntityType<? extends LeashFenceKnotEntity> pEntityType, Level pLevel)