Class PistonBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.PistonBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<PistonBlockEntity>
@Environment(CLIENT)
public class PistonBlockEntityRenderer
extends Object
implements BlockEntityRenderer<PistonBlockEntity>
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/PistonBlockEntityRendererintermediary net/minecraft/class_835official hhf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidrender(PistonBlockEntity pistonBlockEntity, float float2, MatrixStack matrixStack, int int2, int int3, Vec3d vec3d, ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand, OrderedRenderCommandQueue orderedRenderCommandQueue) private static voidrenderModel(MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, BlockPos blockPos, BlockState blockState, RegistryEntry<Biome> registryEntry, World world) 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
isInRenderDistance, rendersOutsideBoundingBox
-
Constructor Details
-
PistonBlockEntityRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/block/entity/PistonBlockEntityRenderer;<init>(Lnet/minecraft/client/render/block/entity/BlockEntityRendererFactory$Context;)Vintermediary <init>Lnet/minecraft/class_835;<init>(Lnet/minecraft/class_5614$class_5615;)Vofficial <init>Lhhf;<init>(Lhgs$a;)V
-
-
Method Details
-
render
public void render(PistonBlockEntity pistonBlockEntity, float float2, MatrixStack matrixStack, int int2, int int3, Vec3d vec3d, @Nullable ModelCommandRenderer.CrumblingOverlayCommand crumblingOverlayCommand, OrderedRenderCommandQueue orderedRenderCommandQueue) - Specified by:
renderin interfaceBlockEntityRenderer<PistonBlockEntity>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/block/entity/PistonBlockEntityRenderer;render(Lnet/minecraft/block/entity/PistonBlockEntity;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_3576Lnet/minecraft/class_835;method_3576(Lnet/minecraft/class_2669;FLnet/minecraft/class_4587;IILnet/minecraft/class_243;Lnet/minecraft/class_11683$class_11792;Lnet/minecraft/class_11659;)Vofficial aLhhf;a(Leia;FLfsq;IILfmy;Lhun$a;Lhey;)V
-
renderModel
private static void renderModel(MatrixStack matrixStack, OrderedRenderCommandQueue orderedRenderCommandQueue, BlockPos blockPos, BlockState blockState, RegistryEntry<Biome> registryEntry, World world) - Mappings:
Namespace Name Mixin selector named renderModelLnet/minecraft/client/render/block/entity/PistonBlockEntityRenderer;renderModel(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/world/World;)Vintermediary method_3575Lnet/minecraft/class_835;method_3575(Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_6880;Lnet/minecraft/class_1937;)Vofficial aLhhf;a(Lfsq;Lhey;Ljb;Leig;Ljl;Ldqk;)V
-
getRenderDistance
public int getRenderDistance()- Specified by:
getRenderDistancein interfaceBlockEntityRenderer<PistonBlockEntity>- Mappings:
Namespace Name Mixin selector named getRenderDistanceLnet/minecraft/client/render/block/entity/BlockEntityRenderer;getRenderDistance()Iintermediary method_33893Lnet/minecraft/class_827;method_33893()Iofficial bl_Lhgr;bl_()I
-