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 named net/minecraft/client/render/entity/ShulkerBulletEntityRenderer
intermediary net/minecraft/class_940
official gln
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final RenderLayer
private final ShulkerBulletEntityModel
<ShulkerBulletEntity> private static final Identifier
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, shadowOpacity, shadowRadius
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
getBlockLight
(ShulkerBulletEntity shulkerBulletEntity, BlockPos blockPos) getTexture
(ShulkerBulletEntity shulkerBulletEntity) void
render
(ShulkerBulletEntity shulkerBulletEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getLight, getPositionOffset, getShadowRadius, getSkyLight, getTextRenderer, hasLabel, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURE
Lnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;
intermediary field_4776
Lnet/minecraft/class_940;field_4776:Lnet/minecraft/class_2960;
official a
Lgln;a:Lakk;
-
LAYER
- Mappings:
Namespace Name Mixin selector named LAYER
Lnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;LAYER:Lnet/minecraft/client/render/RenderLayer;
intermediary field_21744
Lnet/minecraft/class_940;field_21744:Lnet/minecraft/class_1921;
official f
Lgln;f:Lgen;
-
model
- Mappings:
Namespace Name Mixin selector named model
Lnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;model:Lnet/minecraft/client/render/entity/model/ShulkerBulletEntityModel;
intermediary field_4777
Lnet/minecraft/class_940;field_4777:Lnet/minecraft/class_603;
official g
Lgln;g:Lfwi;
-
-
Constructor Details
-
ShulkerBulletEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/EntityRenderer;<init>(Lnet/minecraft/client/render/entity/EntityRendererFactory$Context;)V
intermediary <init>
Lnet/minecraft/class_897;<init>(Lnet/minecraft/class_5617$class_5618;)V
official <init>
Lgjn;<init>(Lgjo$a;)V
-
-
Method Details
-
getBlockLight
- Overrides:
getBlockLight
in classEntityRenderer<ShulkerBulletEntity>
- Mappings:
Namespace Name Mixin selector named getBlockLight
Lnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getBlockLight(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;Lnet/minecraft/util/math/BlockPos;)I
intermediary method_24091
Lnet/minecraft/class_940;method_24091(Lnet/minecraft/class_1678;Lnet/minecraft/class_2338;)I
official a
Lgln;a(Lcng;Lja;)I
-
render
public void render(ShulkerBulletEntity shulkerBulletEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) - Overrides:
render
in classEntityRenderer<ShulkerBulletEntity>
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;render(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;FFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;I)V
intermediary method_4103
Lnet/minecraft/class_940;method_4103(Lnet/minecraft/class_1678;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
official a
Lgln;a(Lcng;FFLfao;Lgef;I)V
-
getTexture
- Specified by:
getTexture
in classEntityRenderer<ShulkerBulletEntity>
- Mappings:
Namespace Name Mixin selector named getTexture
Lnet/minecraft/client/render/entity/ShulkerBulletEntityRenderer;getTexture(Lnet/minecraft/entity/projectile/ShulkerBulletEntity;)Lnet/minecraft/util/Identifier;
intermediary method_4105
Lnet/minecraft/class_940;method_4105(Lnet/minecraft/class_1678;)Lnet/minecraft/class_2960;
official a
Lgln;a(Lcng;)Lakk;
-