Uses of Class
net.minecraft.entity.projectile.ShulkerBulletEntity
Packages that use ShulkerBulletEntity
Package
Description
-
Uses of ShulkerBulletEntity in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type ShulkerBulletEntityModifier and TypeFieldDescriptionprivate final ShulkerBulletModel<ShulkerBulletEntity>
ShulkerBulletRenderer.model
Methods in net.minecraft.client.renderer.entity with parameters of type ShulkerBulletEntityModifier and TypeMethodDescriptionprotected int
ShulkerBulletRenderer.getBlockLightLevel
(ShulkerBulletEntity p_225624_1_, BlockPos p_225624_2_) 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 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> p_i50161_1_, World p_i50161_2_)