Class HosePulleyRenderer
java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<HosePulleyBlockEntity>
com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer<HosePulleyBlockEntity>
com.simibubi.create.content.contraptions.pulley.AbstractPulleyRenderer<HosePulleyBlockEntity>
com.simibubi.create.content.fluids.hosePulley.HosePulleyRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<HosePulleyBlockEntity>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<HosePulleyBlockEntity>
-
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer
KINETIC_BLOCK, rainbowMode, REVERSED_CHUNK_BUFFER_LAYERS -
Constructor Summary
ConstructorsConstructorDescriptionHosePulleyRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionprotected dev.engine_room.flywheel.lib.model.baked.PartialModelgetCoil()protected net.createmod.catnip.render.SpriteShiftEntryprotected floatgetOffset(HosePulleyBlockEntity be, float partialTicks) protected net.minecraft.core.Direction.Axisprotected booleanprotected net.createmod.catnip.render.SuperByteBufferprotected net.createmod.catnip.render.SuperByteBufferMethods inherited from class com.simibubi.create.content.contraptions.pulley.AbstractPulleyRenderer
getRenderedBlockState, getRotatedCoil, getViewDistance, renderAt, renderSafe, scrollCoil, shouldRenderOffScreenMethods inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer
getAngleForBe, getRenderType, getRotatedModel, getRotationAxisOf, getRotationOffsetForPosition, kineticRotationTransform, renderRotatingBuffer, renderRotatingKineticBlock, 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
shouldRender
-
Constructor Details
-
HosePulleyRenderer
public HosePulleyRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
getShaftAxis
- Specified by:
getShaftAxisin classAbstractPulleyRenderer<HosePulleyBlockEntity>
-
getCoil
protected dev.engine_room.flywheel.lib.model.baked.PartialModel getCoil()- Specified by:
getCoilin classAbstractPulleyRenderer<HosePulleyBlockEntity>
-
renderRope
- Specified by:
renderRopein classAbstractPulleyRenderer<HosePulleyBlockEntity>
-
renderMagnet
- Specified by:
renderMagnetin classAbstractPulleyRenderer<HosePulleyBlockEntity>
-
getOffset
- Specified by:
getOffsetin classAbstractPulleyRenderer<HosePulleyBlockEntity>
-
getCoilShift
protected net.createmod.catnip.render.SpriteShiftEntry getCoilShift()- Specified by:
getCoilShiftin classAbstractPulleyRenderer<HosePulleyBlockEntity>
-
isRunning
- Specified by:
isRunningin classAbstractPulleyRenderer<HosePulleyBlockEntity>
-