public class HosePulleyRenderer extends AbstractPulleyRenderer
KINETIC_TILE, rainbowMode| Constructor and Description |
|---|
HosePulleyRenderer(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected com.jozufozu.flywheel.core.PartialModel |
getCoil() |
protected float |
getOffset(KineticTileEntity te,
float partialTicks) |
protected net.minecraft.util.Direction.Axis |
getShaftAxis(KineticTileEntity te) |
protected boolean |
isRunning(KineticTileEntity te) |
protected SuperByteBuffer |
renderMagnet(KineticTileEntity te) |
protected SuperByteBuffer |
renderRope(KineticTileEntity te) |
getRenderedBlockState, getRotatedCoil, renderSafe, shouldRenderOffScreengetAngleForTe, getRotatedModel, getRotationAxisOf, getRotationOffsetForPosition, kineticRotationTransform, renderRotatingBuffer, renderRotatingKineticBlock, shaft, standardKineticRotationTransformisInvalid, renderpublic HosePulleyRenderer(net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher dispatcher)
protected net.minecraft.util.Direction.Axis getShaftAxis(KineticTileEntity te)
getShaftAxis in class AbstractPulleyRendererprotected com.jozufozu.flywheel.core.PartialModel getCoil()
getCoil in class AbstractPulleyRendererprotected SuperByteBuffer renderRope(KineticTileEntity te)
renderRope in class AbstractPulleyRendererprotected SuperByteBuffer renderMagnet(KineticTileEntity te)
renderMagnet in class AbstractPulleyRendererprotected float getOffset(KineticTileEntity te, float partialTicks)
getOffset in class AbstractPulleyRendererprotected boolean isRunning(KineticTileEntity te)
isRunning in class AbstractPulleyRenderer