Class ShulkerBulletEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<ShulkerBulletEntity>
net.minecraft.client.render.entity.ShulkerBulletEntityRenderer
@Environment(CLIENT) public class ShulkerBulletEntityRenderer extends EntityRenderer<ShulkerBulletEntity>
- Mappings:
Namespace Name official eomintermediary net/minecraft/class_940named net/minecraft/client/render/entity/ShulkerBulletEntityRenderer
-
Field Summary
Fields Modifier and Type Field Description private static RenderLayerLAYERprivate ShulkerBulletEntityModel<ShulkerBulletEntity>modelprivate static IdentifierTEXTUREFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius -
Constructor Summary
Constructors Constructor Description ShulkerBulletEntityRenderer(EntityRendererFactory.Context ctx) -
Method Summary
Modifier and Type Method Description protected intgetBlockLight(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos)IdentifiergetTexture(ShulkerBulletEntity shulkerBulletEntity)voidrender(ShulkerBulletEntity shulkerBulletEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getFontRenderer, getLight, getPositionOffset, getSkyLight, hasLabel, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official aLeom;a:Lwb;intermediary field_4776Lnet/minecraft/class_940;field_4776:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
-
LAYER
- Mappings:
Namespace Name Mixin selector official eLeom;e:Leig;intermediary field_21744Lnet/minecraft/class_940;field_21744:Lnet/minecraft/class_1921;named LAYERLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;LAYER:Lnet/minecraft/client/render/RenderLayer;
-
model
- Mappings:
Namespace Name Mixin selector official fLeom;f:Lecm;intermediary field_4777Lnet/minecraft/class_940;field_4777:Lnet/minecraft/class_603;named modelLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;model:Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;
-
-
Constructor Details
-
ShulkerBulletEntityRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lemq;<init>(Lemr$a;)Vintermediary <init>Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)Vnamed <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<ShulkerBulletEntity>- Mappings:
Namespace Name Mixin selector official aLeom;a(Lbif;Lfx;)Iintermediary method_24091Lnet/minecraft/class_940;method_24091(Lnet/minecraft/class_1678;Lnet/minecraft/class_2338;)Inamed getBlockLightLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;Lnet/minecraft/util/math/BlockPos;)I
-
render
public void render(ShulkerBulletEntity shulkerBulletEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)- Overrides:
renderin classEntityRenderer<ShulkerBulletEntity>- Mappings:
Namespace Name Mixin selector official aLeom;a(Lbif;FFLdlz;Lehy;I)Vintermediary method_4103Lnet/minecraft/class_940;method_4103(Lnet/minecraft/class_1678;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)Vnamed renderLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;render(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
-
getTexture
- Specified by:
getTexturein classEntityRenderer<ShulkerBulletEntity>- Mappings:
Namespace Name Mixin selector official aLeom;a(Lbif;)Lwb;intermediary method_4105Lnet/minecraft/class_940;method_4105(Lnet/minecraft/class_1678;)Lnet/minecraft/class_2960;named getTextureLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getTexture(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;)Lnet/minecraft/util/Identifier;
-