Uses of Class
net.minecraft.entity.item.LeashKnotEntity
Packages that use LeashKnotEntity
Package
Description
-
Uses of LeashKnotEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type LeashKnotEntityModifier and TypeFieldDescriptionprivate final LeashKnotModel<LeashKnotEntity>
LeashKnotRenderer.model
Methods in net.minecraft.client.renderer.entity with parameters of type LeashKnotEntityModifier and TypeMethodDescriptionLeashKnotRenderer.getTextureLocation
(LeashKnotEntity p_110775_1_) void
LeashKnotRenderer.render
(LeashKnotEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_) -
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.item
Methods in net.minecraft.entity.item that return LeashKnotEntityModifier and TypeMethodDescriptionstatic LeashKnotEntity
LeashKnotEntity.getOrCreateKnot
(World p_213855_0_, BlockPos p_213855_1_) Constructor parameters in net.minecraft.entity.item with type arguments of type LeashKnotEntityModifierConstructorDescriptionLeashKnotEntity
(EntityType<? extends LeashKnotEntity> p_i50223_1_, World p_i50223_2_)