Class ChargingStationRenderer
java.lang.Object
me.desht.pneumaticcraft.client.render.blockentity.ChargingStationRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ChargingStationBlockEntity>
public class ChargingStationRenderer
extends Object
implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ChargingStationBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionChargingStationRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(ChargingStationBlockEntity te, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
Constructor Details
-
ChargingStationRenderer
public ChargingStationRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
render
public void render(ChargingStationBlockEntity te, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn) - Specified by:
renderin interfacenet.minecraft.client.renderer.blockentity.BlockEntityRenderer<ChargingStationBlockEntity>
-