Class ShelfBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.ShelfBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<ShelfBlockEntity>
@Environment(CLIENT)
public class ShelfBlockEntityRenderer
extends Object
implements BlockEntityRenderer<ShelfBlockEntity>
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/ShelfBlockEntityRendererintermediary net/minecraft/class_11676official hes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final floatprivate final ItemRenderer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(ShelfBlockEntity shelfBlockEntity, float float2, MatrixStack matrixStack, int int2, int int3, Vec3d vec3d, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand, OrderedRenderCommandQueue orderedRenderCommandQueue) private voidrenderItem(ShelfBlockEntity entity, MatrixStack matrices, OrderedRenderCommandQueue orderedRenderCommandQueue, int light, int overlay, int itemIndex, float float2, ItemStack itemStack, int int2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.block.entity.BlockEntityRenderer
getRenderDistance, isInRenderDistance, rendersOutsideBoundingBox
-
Field Details
-
field_61792
private static final float field_61792- See Also:
- Mappings:
Namespace Name Mixin selector named field_61792Lnet/minecraft/client/render/block/entity/ShelfBlockEntityRenderer;field_61792:Fintermediary field_61792Lnet/minecraft/class_11676;field_61792:Fofficial aLhes;a:F
-
field_62046
private static final float field_62046- See Also:
- Mappings:
Namespace Name Mixin selector named field_62046Lnet/minecraft/client/render/block/entity/ShelfBlockEntityRenderer;field_62046:Fintermediary field_62046Lnet/minecraft/class_11676;field_62046:Fofficial bLhes;b:F
-
itemRenderer
- Mappings:
Namespace Name Mixin selector named itemRendererLnet/minecraft/client/render/block/entity/ShelfBlockEntityRenderer;itemRenderer:Lnet/minecraft/client/render/item/ItemRenderer;intermediary field_61793Lnet/minecraft/class_11676;field_61793:Lnet/minecraft/class_918;official cLhes;c:Lhji;
-
-
Constructor Details
-
ShelfBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/block/entity/ShelfBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_11676;<init>(Lnet/minecraft/class_5614$class_5615;)Vofficial <init>Lhes;<init>(Lhee$a;)V
-
-
Method Details
-
render
public void render(ShelfBlockEntity shelfBlockEntity, float float2, MatrixStack matrixStack, int int2, int int3, Vec3d vec3d, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand, OrderedRenderCommandQueue orderedRenderCommandQueue) - Specified by:
renderin interfaceBlockEntityRenderer<ShelfBlockEntity>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/block/entity/ShelfBlockEntityRenderer;render(Lnet/minecraft/block/entity/ShelfBlockEntity;FLnet/minecraft/client/util/math/MatrixStack;IILnet/minecraft/util/math/Vec3d;Lnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;)Vintermediary method_72956Lnet/minecraft/class_11676;method_72956(Lnet/minecraft/class_11597;FLnet/minecraft/class_4587;IILnet/minecraft/class_243;Lnet/minecraft/class_11683$class_11792;Lnet/minecraft/class_11659;)Vofficial aLhes;a(Leeh;FLfqf;IILfkq;Lhrz$a;Lhck;)V
-
renderItem
private void renderItem(ShelfBlockEntity entity, MatrixStack matrices, OrderedRenderCommandQueue orderedRenderCommandQueue, int light, int overlay, int itemIndex, float float2, ItemStack itemStack, int int2) - Mappings:
Namespace Name Mixin selector named renderItemLnet/minecraft/client/render/block/entity/ShelfBlockEntityRenderer;renderItem(Lnet/minecraft/block/entity/ShelfBlockEntity;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;IIIFLnet/minecraft/item/ItemStack;I)Vintermediary method_72957Lnet/minecraft/class_11676;method_72957(Lnet/minecraft/class_11597;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IIIFLnet/minecraft/class_1799;I)Vofficial aLhes;a(Leeh;Lfqf;Lhck;IIIFLdeb;I)V
-