Class SkullBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.BlockEntityRenderer<SkullBlockEntity>
net.minecraft.client.render.block.entity.SkullBlockEntityRenderer
@Environment(CLIENT)
public class SkullBlockEntityRenderer
extends BlockEntityRenderer<SkullBlockEntity>
- Mappings:
Namespace Name official bhkintermediary 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, rendersOutsideBoundingBox
-
Field Details
-
SKELETON_TEXTURE
- Mappings:
Namespace Name Mixin selector official dLbhk;d:Ljy;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 eLbhk;e:Ljy;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 fLbhk;f:Ljy;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 gLbhk;g:Ljy;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 cLbhk;c:Lbhk;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 hLbhk;h:Lbbz;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 iLbhk;i:Lbbz;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) - Specified by:
renderin classBlockEntityRenderer<SkullBlockEntity>- Mappings:
Namespace Name Mixin selector official aLbhk;a(Lalo;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<SkullBlockEntity>- Mappings:
Namespace Name Mixin selector official aLbhd;a(Lbhc;)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 aLbhk;a(FFFLcq;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
-