Uses of Class
net.minecraft.entity.mob.IllusionerEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.mob |
-
Uses of IllusionerEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type IllusionerEntity Modifier and Type Method Description Identifier
IllusionerEntityRenderer. getTexture(IllusionerEntity illusionerEntity)
protected boolean
IllusionerEntityRenderer. isVisible(IllusionerEntity illusionerEntity)
void
IllusionerEntityRenderer. render(IllusionerEntity illusionerEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
-
Uses of IllusionerEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type IllusionerEntity Modifier and Type Field Description static EntityType<IllusionerEntity>
EntityType. ILLUSIONER
-
Uses of IllusionerEntity in net.minecraft.entity.mob
Constructor parameters in net.minecraft.entity.mob with type arguments of type IllusionerEntity Constructor Description IllusionerEntity(EntityType<? extends IllusionerEntity> type, World world)