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 entity, BlockPos pos) ShulkerBulletRenderer.getTextureLocation(ShulkerBullet entity) Returns the location of an entity's texture.voidShulkerBulletRenderer.render(ShulkerBullet entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) -
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> entityType, Level level)