Uses of Class
net.minecraft.world.entity.projectile.ShulkerBullet
Packages that use ShulkerBullet
Package
Description
-
Uses of ShulkerBullet in net.minecraft.client.renderer.entity
Fields in net.minecraft.client.renderer.entity with type parameters of type ShulkerBulletModifier and TypeFieldDescriptionprivate final ShulkerBulletModel<ShulkerBullet> ShulkerBulletRenderer.modelMethods in net.minecraft.client.renderer.entity with parameters of type ShulkerBulletModifier and TypeMethodDescriptionprotected intShulkerBulletRenderer.getBlockLightLevel(ShulkerBullet pEntity, BlockPos pPos) ShulkerBulletRenderer.getTextureLocation(ShulkerBullet pEntity) Returns the location of an entity's texture.voidShulkerBulletRenderer.render(ShulkerBullet pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) -
Uses of ShulkerBullet in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ShulkerBulletModifier and TypeFieldDescriptionstatic final EntityType<ShulkerBullet> EntityType.SHULKER_BULLET -
Uses of ShulkerBullet in net.minecraft.world.entity.projectile
Constructor parameters in net.minecraft.world.entity.projectile with type arguments of type ShulkerBulletModifierConstructorDescriptionShulkerBullet(EntityType<? extends ShulkerBullet> pEntityType, Level pLevel)