Class ShulkerBulletEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState>
net.minecraft.client.render.entity.ShulkerBulletEntityRenderer
@Environment(CLIENT)
public class ShulkerBulletEntityRenderer
extends EntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/ShulkerBulletEntityRendererintermediary net/minecraft/class_940official gpi
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final RenderLayerprivate final ShulkerBulletEntityModelprivate static final IdentifierFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, field_52257, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBlockLight(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos) getTexture(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState) voidrender(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) voidupdateRenderState(ShulkerBulletEntity shulkerBulletEntity, ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, float float2) Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
canBeCulled, getAndUpdateRenderState, getBoundingBox, getDisplayName, getLight, getPositionOffset, getShadowRadius, getSkyLight, getTextRenderer, hasLabel, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4776Lnet/minecraft/class_940;field_4776:Lnet/minecraft/class_2960;official aLgpi;a:Lalc;
-
LAYER
- Mappings:
Namespace Name Mixin selector named LAYERLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;LAYER:Lnet/minecraft/client/render/RenderLayer;intermediary field_21744Lnet/minecraft/class_940;field_21744:Lnet/minecraft/class_1921;official bLgpi;b:Lghq;
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;model:Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;intermediary field_4777Lnet/minecraft/class_940;field_4777:Lnet/minecraft/class_603;official hLgpi;h:Lfzc;
-
-
Constructor Details
-
ShulkerBulletEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)Vofficial <init>Lgni;<init>(Lgnj$a;)V
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLightin classEntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState> - Mappings:
Namespace Name Mixin selector named getBlockLightLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_24091Lnet/minecraft/class_940;method_24091(Lnet/minecraft/class_1678;Lnet/minecraft/class_2338;)Iofficial aLgpi;a(Lcor;Lje;)I
-
render
public void render(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
renderin classEntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState> - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;render(Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)Vintermediary method_4103Lnet/minecraft/class_940;method_4103(Lnet/minecraft/class_10064;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)Vofficial aLgpi;a(Lgve;Lfde;Lghg;I)V
-
getTexture
- Specified by:
getTexturein classEntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState> - Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getTexture(Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;)Lnet/minecraft/util/Identifier;intermediary method_4105Lnet/minecraft/class_940;method_4105(Lnet/minecraft/class_10064;)Lnet/minecraft/class_2960;official aLgpi;a(Lgve;)Lalc;
-
getRenderState
- Specified by:
getRenderStatein classEntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState> - Mappings:
Namespace Name Mixin selector named getRenderStateLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getRenderState()Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;intermediary method_62524Lnet/minecraft/class_940;method_62524()Lnet/minecraft/class_10064;official aLgpi;a()Lgve;
-
updateRenderState
public void updateRenderState(ShulkerBulletEntity shulkerBulletEntity, ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, float float2) - Overrides:
updateRenderStatein classEntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState> - Mappings:
Namespace Name Mixin selector named updateRenderStateLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;updateRenderState(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;F)Vintermediary method_62525Lnet/minecraft/class_940;method_62525(Lnet/minecraft/class_1678;Lnet/minecraft/class_10064;F)Vofficial aLgpi;a(Lcor;Lgve;F)V
-