Uses of Class
net.minecraft.entity.mob.ShulkerEntity
-
Uses of ShulkerEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ShulkerEntity Modifier and Type Method Description Vec3dShulkerEntityRenderer. getPositionOffset(ShulkerEntity shulkerEntity, float float2)IdentifierShulkerEntityRenderer. getTexture(ShulkerEntity shulkerEntity)protected voidShulkerEntityRenderer. setupTransforms(ShulkerEntity shulkerEntity, MatrixStack matrixStack, float float2, float float3, float float4)booleanShulkerEntityRenderer. shouldRender(ShulkerEntity shulkerEntity, Frustum frustum, double double2, double double3, double double4) -
Uses of ShulkerEntity in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type ShulkerEntity Modifier and Type Method Description voidShulkerHeadFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, ShulkerEntity shulkerEntity, float float2, float float3, float float4, float float5, float float6, float float7)Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type ShulkerEntity Constructor Description ShulkerHeadFeatureRenderer(FeatureRendererContext<ShulkerEntity,ShulkerEntityModel<ShulkerEntity>> context)ShulkerHeadFeatureRenderer(FeatureRendererContext<ShulkerEntity,ShulkerEntityModel<ShulkerEntity>> context) -
Uses of ShulkerEntity in net.minecraft.client.render.entity.model
Classes in net.minecraft.client.render.entity.model with type parameters of type ShulkerEntity Modifier and Type Class Description classShulkerEntityModel<T extends ShulkerEntity> -
Uses of ShulkerEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ShulkerEntity Modifier and Type Field Description static EntityType<ShulkerEntity>EntityType. SHULKER -
Uses of ShulkerEntity in net.minecraft.entity.mob
Constructors in net.minecraft.entity.mob with parameters of type ShulkerEntity Constructor Description SearchForPlayerGoal(ShulkerEntity shulker)SearchForTargetGoal(ShulkerEntity shulker)Constructor parameters in net.minecraft.entity.mob with type arguments of type ShulkerEntity Constructor Description ShulkerEntity(EntityType<? extends ShulkerEntity> type, World world)