Class PulleyRenderer
java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<PulleyBlockEntity>
com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer<PulleyBlockEntity>
com.simibubi.create.content.contraptions.pulley.AbstractPulleyRenderer<PulleyBlockEntity>
com.simibubi.create.content.contraptions.pulley.PulleyRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<PulleyBlockEntity>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<PulleyBlockEntity>
-
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityRenderer
KINETIC_BLOCK, rainbowMode, REVERSED_CHUNK_BUFFER_LAYERS -
Constructor Summary
ConstructorsConstructorDescriptionPulleyRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetBlockEntityOffset(float partialTicks, PulleyBlockEntity blockEntity) protected dev.engine_room.flywheel.lib.model.baked.PartialModelgetCoil()protected net.createmod.catnip.render.SpriteShiftEntryprotected floatgetOffset(PulleyBlockEntity be, float partialTicks) protected net.minecraft.core.Direction.Axisstatic booleanprotected 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
-
PulleyRenderer
public PulleyRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
getShaftAxis
- Specified by:
getShaftAxisin classAbstractPulleyRenderer<PulleyBlockEntity>
-
getCoil
protected dev.engine_room.flywheel.lib.model.baked.PartialModel getCoil()- Specified by:
getCoilin classAbstractPulleyRenderer<PulleyBlockEntity>
-
renderRope
- Specified by:
renderRopein classAbstractPulleyRenderer<PulleyBlockEntity>
-
renderMagnet
- Specified by:
renderMagnetin classAbstractPulleyRenderer<PulleyBlockEntity>
-
getOffset
- Specified by:
getOffsetin classAbstractPulleyRenderer<PulleyBlockEntity>
-
isRunning
- Specified by:
isRunningin classAbstractPulleyRenderer<PulleyBlockEntity>
-
isPulleyRunning
-
getCoilShift
protected net.createmod.catnip.render.SpriteShiftEntry getCoilShift()- Specified by:
getCoilShiftin classAbstractPulleyRenderer<PulleyBlockEntity>
-
getBlockEntityOffset
-