Uses of Class
net.minecraft.entity.decoration.LeashKnotEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.decoration |
-
Uses of LeashKnotEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type LeashKnotEntity Modifier and Type Field Description private LeashKnotEntityModel<LeashKnotEntity>LeashKnotEntityRenderer. modelMethods in net.minecraft.client.render.entity with parameters of type LeashKnotEntity Modifier and Type Method Description IdentifierLeashKnotEntityRenderer. getTexture(LeashKnotEntity leashKnotEntity)voidLeashKnotEntityRenderer. 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 Modifier and Type Field Description static EntityType<LeashKnotEntity>EntityType. LEASH_KNOT -
Uses of LeashKnotEntity in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration that return LeashKnotEntity Modifier and Type Method Description static LeashKnotEntityLeashKnotEntity. getOrCreate(World world, BlockPos pos)Constructor parameters in net.minecraft.entity.decoration with type arguments of type LeashKnotEntity Constructor Description LeashKnotEntity(EntityType<? extends LeashKnotEntity> type, World world)