Uses of Class
net.minecraft.entity.mob.ShulkerEntity
Packages that use ShulkerEntity
Package
Description
-
Uses of ShulkerEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type ShulkerEntityModifier and TypeMethodDescriptionShulkerEntityRenderer.getPositionOffset(ShulkerEntity shulkerEntity, float float2)ShulkerEntityRenderer.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 ShulkerEntityModifier and TypeMethodDescriptionvoidShulkerHeadFeatureRenderer.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 ShulkerEntityModifierConstructorDescriptionShulkerHeadFeatureRenderer(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 -
Uses of ShulkerEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ShulkerEntity -
Uses of ShulkerEntity in net.minecraft.entity.mob
Constructors in net.minecraft.entity.mob with parameters of type ShulkerEntityModifierConstructorDescriptionSearchForPlayerGoal(ShulkerEntity shulker)SearchForTargetGoal(ShulkerEntity shulker)Constructor parameters in net.minecraft.entity.mob with type arguments of type ShulkerEntityModifierConstructorDescriptionShulkerEntity(EntityType<? extends ShulkerEntity> type, World world)