Class PumpRenderer
java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<PumpBlockEntity>
com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer<PumpBlockEntity>
com.simibubi.create.content.fluids.pump.PumpRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<PumpBlockEntity>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<PumpBlockEntity>
-
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer
KINETIC_BLOCK, rainbowMode, REVERSED_CHUNK_BUFFER_LAYERS -
Constructor Summary
ConstructorsConstructorDescriptionPumpRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionprotected net.createmod.catnip.render.SuperByteBuffergetRotatedModel(PumpBlockEntity be, net.minecraft.world.level.block.state.BlockState state) Methods inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer
getAngleForBe, getRenderedBlockState, getRenderType, getRotationAxisOf, getRotationOffsetForPosition, kineticRotationTransform, renderRotatingBuffer, renderRotatingKineticBlock, renderSafe, shaft, standardKineticRotationTransformMethods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer
getRenderBoundingBox, isInvalid, render, shouldCullItemMethods 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
-
PumpRenderer
public PumpRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
getRotatedModel
protected net.createmod.catnip.render.SuperByteBuffer getRotatedModel(PumpBlockEntity be, net.minecraft.world.level.block.state.BlockState state) - Overrides:
getRotatedModelin classKineticBlockEntityRenderer<PumpBlockEntity>
-