Class SkullBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.BlockEntityRenderer
net.minecraft.client.render.block.entity.SkullBlockEntityRenderer
- Mappings:
Namespace Name official cnwintermediary net/minecraft/class_1359named net/minecraft/client/render/block/entity/SkullBlockEntityRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierstatic SkullBlockEntityRendererprivate final SkullEntityModelprivate final SkullEntityModelprivate static final Identifierprivate static final Identifierprivate static final IdentifierFields inherited from class net.minecraft.client.render.block.entity.BlockEntityRenderer
DESTROY_STAGE_TEXTURE, dispatcher -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(float x, float y, float z, Direction direction, float yaw, int type, com.mojang.authlib.GameProfile profile, int i) voidrender(SkullBlockEntity skullBlockEntity, double double2, double double3, double double4, float float2, int int2) voidsetDispatcher(BlockEntityRenderDispatcher dispatcher) Methods inherited from class net.minecraft.client.render.block.entity.BlockEntityRenderer
bindTexture, getTextRenderer, getWorld, render
-
Field Details
-
SKELETON_TEXTURE
- Mappings:
Namespace Name Mixin selector official dLcnw;d:Loa;intermediary field_6595Lnet/minecraft/class_1359;field_6595:Lnet/minecraft/class_1653;named SKELETON_TEXTURELnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;SKELETON_TEXTURE:Lnet/minecraft/util/Identifier;
-
WITHER_SKELETON_TEXTURE
- Mappings:
Namespace Name Mixin selector official eLcnw;e:Loa;intermediary field_6596Lnet/minecraft/class_1359;field_6596:Lnet/minecraft/class_1653;named WITHER_SKELETON_TEXTURELnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;WITHER_SKELETON_TEXTURE:Lnet/minecraft/util/Identifier;
-
ZOMBIE_TEXTURE
- Mappings:
Namespace Name Mixin selector official fLcnw;f:Loa;intermediary field_6597Lnet/minecraft/class_1359;field_6597:Lnet/minecraft/class_1653;named ZOMBIE_TEXTURELnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;ZOMBIE_TEXTURE:Lnet/minecraft/util/Identifier;
-
CREEPER_TEXTURE
- Mappings:
Namespace Name Mixin selector official gLcnw;g:Loa;intermediary field_6598Lnet/minecraft/class_1359;field_6598:Lnet/minecraft/class_1653;named CREEPER_TEXTURELnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;CREEPER_TEXTURE:Lnet/minecraft/util/Identifier;
-
instance
- Mappings:
Namespace Name Mixin selector official cLcnw;c:Lcnw;intermediary field_5224Lnet/minecraft/class_1359;field_5224:Lnet/minecraft/class_1359;named instanceLnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;instance:Lnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;
-
model
- Mappings:
Namespace Name Mixin selector official hLcnw;h:Lcdb;intermediary field_5225Lnet/minecraft/class_1359;field_5225:Lnet/minecraft/class_1333;named modelLnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;model:Lnet/minecraft/client/render/entity/model/SkullEntityModel;
-
overlayModel
- Mappings:
Namespace Name Mixin selector official iLcnw;i:Lcdb;intermediary field_11017Lnet/minecraft/class_1359;field_11017:Lnet/minecraft/class_1333;named overlayModelLnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;overlayModel:Lnet/minecraft/client/render/entity/model/SkullEntityModel;
-
-
Constructor Details
-
SkullBlockEntityRenderer
public SkullBlockEntityRenderer()
-
-
Method Details
-
render
public void render(SkullBlockEntity skullBlockEntity, double double2, double double3, double double4, float float2, int int2) - Mappings:
Namespace Name Mixin selector official aLcnw;a(Lbdm;DDDFI)Vintermediary method_4364Lnet/minecraft/class_1359;method_4364(Lnet/minecraft/class_1311;DDDFI)Vnamed renderLnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;render(Lnet/minecraft/block/entity/SkullBlockEntity;DDDFI)V
-
setDispatcher
- Overrides:
setDispatcherin classBlockEntityRenderer- Mappings:
Namespace Name Mixin selector official aLcnp;a(Lcno;)Vintermediary method_1632Lnet/minecraft/class_599;method_1632(Lnet/minecraft/class_598;)Vnamed setDispatcherLnet/minecraft/client/render/block/entity/BlockEntityRenderer;setDispatcher(Lnet/minecraft/client/render/block/entity/BlockEntityRenderDispatcher;)V
-
render
public void render(float x, float y, float z, Direction direction, float yaw, int type, com.mojang.authlib.GameProfile profile, int i) - Mappings:
Namespace Name Mixin selector official aLcnw;a(FFFLej;FILcom/mojang/authlib/GameProfile;I)Vintermediary method_10108Lnet/minecraft/class_1359;method_10108(FFFLnet/minecraft/class_1354;FILcom/mojang/authlib/GameProfile;I)Vnamed renderLnet/minecraft/client/render/block/entity/SkullBlockEntityRenderer;render(FFFLnet/minecraft/util/math/Direction;FILcom/mojang/authlib/GameProfile;I)V
-