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 hqa
-
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, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetBlockLight(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos) voidrender(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, class_12075 class_12075) voidupdateRenderState(ShulkerBulletEntity shulkerBulletEntity, ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, float float2) Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
appendHitboxes, canBeCulled, getAndUpdateRenderState, getBoundingBox, getDisplayName, getLight, getPositionOffset, getShadowOpacity, getShadowRadius, getSkyLight, getTextRenderer, hasLabel, renderLabelIfPresent, shouldRender, updateShadow
-
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 aLhqa;a:Lamj;
-
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 fLhqa;f:Lhgl;
-
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 gLhqa;g:Lgxe;
-
-
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>Lhny;<init>(Lhnz$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 aLhqa;a(Ldam;Lja;)I
-
render
public void render(ShulkerBulletEntityRenderState shulkerBulletEntityRenderState, MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, class_12075 class_12075) - 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/command/OrderedRenderCommandQueue;Lnet/minecraft/class_12075;)Vintermediary method_4103Lnet/minecraft/class_940;method_4103(Lnet/minecraft/class_10064;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;Lnet/minecraft/class_12075;)Vofficial aLhqa;a(Lhwh;Lfub;Lhgz;Libp;)V
-
createRenderState
- Specified by:
createRenderStatein classEntityRenderer<ShulkerBulletEntity,ShulkerBulletEntityRenderState> - Mappings:
Namespace Name Mixin selector named createRenderStateLnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;createRenderState()Lnet/minecraft/client/render/entity/state/ShulkerBulletEntityRenderState;intermediary method_62524Lnet/minecraft/class_940;method_62524()Lnet/minecraft/class_10064;official aLhqa;a()Lhwh;
-
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 aLhqa;a(Ldam;Lhwh;F)V
-