Uses of Class
net.minecraft.entity.item.LeashKnotEntity
-
Packages that use LeashKnotEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.item -
-
Uses of LeashKnotEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type LeashKnotEntity Modifier and Type Field Description private LeashKnotModel<LeashKnotEntity>
LeashKnotRenderer. model
Methods in net.minecraft.client.renderer.entity with parameters of type LeashKnotEntity Modifier and Type Method Description ResourceLocation
LeashKnotRenderer. 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 Modifier and Type Field Description static EntityType<LeashKnotEntity>
EntityType. LEASH_KNOT
-
Uses of LeashKnotEntity in net.minecraft.entity.item
Methods in net.minecraft.entity.item that return LeashKnotEntity Modifier and Type Method Description static LeashKnotEntity
LeashKnotEntity. getOrCreateKnot(World p_213855_0_, BlockPos p_213855_1_)
Constructor parameters in net.minecraft.entity.item with type arguments of type LeashKnotEntity Constructor Description LeashKnotEntity(EntityType<? extends LeashKnotEntity> p_i50223_1_, World p_i50223_2_)
-