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 ShulkerBulletEntityMethods in net.minecraft.client.render.entity with parameters of type ShulkerBulletEntityModifier and TypeMethodDescriptionprotected intShulkerBulletEntityRenderer.getBlockLight(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos)ShulkerBulletEntityRenderer.getTexture(ShulkerBulletEntity shulkerBulletEntity)voidShulkerBulletEntityRenderer.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 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)