Uses of Class
net.minecraft.entity.projectile.ShulkerBulletEntity
Packages that use ShulkerBulletEntity
Package
Description
-
Uses of ShulkerBulletEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type ShulkerBulletEntityModifier and TypeFieldDescriptionprivate final ShulkerBulletEntityModel
<ShulkerBulletEntity> ShulkerBulletEntityRenderer.model
Methods in net.minecraft.client.render.entity with parameters of type ShulkerBulletEntityModifier and TypeMethodDescriptionprotected int
ShulkerBulletEntityRenderer.getBlockLight
(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos) ShulkerBulletEntityRenderer.getTexture
(ShulkerBulletEntity shulkerBulletEntity) void
ShulkerBulletEntityRenderer.render
(ShulkerBulletEntity shulkerBulletEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) -
Uses of ShulkerBulletEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type ShulkerBulletEntityModifier and TypeFieldDescriptionstatic final EntityType
<ShulkerBulletEntity> EntityType.SHULKER_BULLET
-
Uses of ShulkerBulletEntity in net.minecraft.entity.projectile
Constructor parameters in net.minecraft.entity.projectile with type arguments of type ShulkerBulletEntityModifierConstructorDescriptionShulkerBulletEntity
(EntityType<? extends ShulkerBulletEntity> type, World world)