Uses of Class
net.minecraft.entity.projectile.ShulkerBulletEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.projectile |
-
Uses of ShulkerBulletEntity in net.minecraft.client.render.entity
Fields in net.minecraft.client.render.entity with type parameters of type ShulkerBulletEntity Modifier and Type Field Description private ShulkerBulletEntityModel<ShulkerBulletEntity>ShulkerBulletEntityRenderer. modelMethods in net.minecraft.client.render.entity with parameters of type ShulkerBulletEntity Modifier and Type Method Description protected intShulkerBulletEntityRenderer. getBlockLight(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos)IdentifierShulkerBulletEntityRenderer. 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 ShulkerBulletEntity Modifier and Type Field Description static 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 ShulkerBulletEntity Constructor Description ShulkerBulletEntity(EntityType<? extends ShulkerBulletEntity> type, World world)