Class HosePulleyVisual

All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.BlockEntityVisual<HosePulleyBlockEntity>, dev.engine_room.flywheel.api.visual.DynamicVisual, dev.engine_room.flywheel.api.visual.LightUpdatedVisual, dev.engine_room.flywheel.api.visual.SectionTrackedVisual, dev.engine_room.flywheel.api.visual.Visual, dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual

public class HosePulleyVisual extends AbstractPulleyVisual<HosePulleyBlockEntity>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.engine_room.flywheel.api.visual.DynamicVisual

    dev.engine_room.flywheel.api.visual.DynamicVisual.Context

    Nested classes/interfaces inherited from interface dev.engine_room.flywheel.api.visual.SectionTrackedVisual

    dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector
  • Field Summary

    Fields inherited from class com.simibubi.create.content.contraptions.pulley.AbstractPulleyVisual

    rotatingAbout, rotationAxis

    Fields inherited from class com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual

    rotatingModel

    Fields inherited from class dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual

    blockEntity, blockState, lightSections, pos, visualPos

    Fields inherited from class dev.engine_room.flywheel.lib.visual.AbstractVisual

    deleted, level, visualizationContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    HosePulleyVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext dispatcher, HosePulleyBlockEntity blockEntity, float partialTick)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.createmod.catnip.render.SpriteShiftEntry
     
    protected dev.engine_room.flywheel.api.instance.Instancer<ScrollInstance>
     
    protected dev.engine_room.flywheel.api.instance.Instancer<dev.engine_room.flywheel.lib.instance.TransformedInstance>
     
    protected dev.engine_room.flywheel.api.instance.Instancer<dev.engine_room.flywheel.lib.instance.TransformedInstance>
     
    protected dev.engine_room.flywheel.api.instance.Instancer<dev.engine_room.flywheel.lib.instance.TransformedInstance>
     
    protected float
    getOffset(float pt)
     
    protected dev.engine_room.flywheel.api.instance.Instancer<dev.engine_room.flywheel.lib.instance.TransformedInstance>
     
    protected boolean
     

    Methods inherited from class com.simibubi.create.content.contraptions.pulley.AbstractPulleyVisual

    _delete, beginFrame, collectCrumblingInstances, setSectionCollector, updateLight

    Methods inherited from class com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual

    backtank, of, ofZ, shaft, update

    Methods inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityVisual

    rotationAxis, rotationAxis, rotationOffset, shouldOffset

    Methods inherited from class dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual

    computePackedLight, doDistanceLimitThisFrame, getVisualPosition, isVisible, relight, relight, relight, relight, relight, relight

    Methods inherited from class dev.engine_room.flywheel.lib.visual.AbstractVisual

    delete, instancerProvider, renderOrigin

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual

    planFrame

    Methods inherited from interface dev.engine_room.flywheel.api.visual.Visual

    delete, update