Class VacuumPumpRenderer
java.lang.Object
me.desht.pneumaticcraft.client.render.blockentity.AbstractBlockEntityModelRenderer<VacuumPumpBlockEntity>
me.desht.pneumaticcraft.client.render.blockentity.VacuumPumpRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<VacuumPumpBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionVacuumPumpRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx) -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.model.geom.builders.LayerDefinitionvoidrenderModel(VacuumPumpBlockEntity te, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn) Methods inherited from class me.desht.pneumaticcraft.client.render.blockentity.AbstractBlockEntityModelRenderer
render, renderExtrasMethods 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
-
VacuumPumpRenderer
public VacuumPumpRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
-
-
Method Details
-
createBodyLayer
public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer() -
renderModel
public void renderModel(VacuumPumpBlockEntity te, float partialTicks, com.mojang.blaze3d.vertex.PoseStack matrixStackIn, net.minecraft.client.renderer.MultiBufferSource bufferIn, int combinedLightIn, int combinedOverlayIn)
-