Uses of Class
net.minecraft.entity.projectile.ShulkerBulletEntity
-
Packages that use ShulkerBulletEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.projectile -
-
Uses of ShulkerBulletEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type ShulkerBulletEntity Modifier and Type Field Description private ShulkerBulletModel<ShulkerBulletEntity>
ShulkerBulletRenderer. model
Methods in net.minecraft.client.renderer.entity with parameters of type ShulkerBulletEntity Modifier and Type Method Description protected int
ShulkerBulletRenderer. getBlockLightLevel(ShulkerBulletEntity p_225624_1_, BlockPos p_225624_2_)
ResourceLocation
ShulkerBulletRenderer. getTextureLocation(ShulkerBulletEntity p_110775_1_)
void
ShulkerBulletRenderer. render(ShulkerBulletEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
-
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> p_i50161_1_, World p_i50161_2_)
-