Class BracketedKineticBlockEntityVisual.LargeCogVisual

java.lang.Object
dev.engine_room.flywheel.lib.visual.AbstractVisual
dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual<BracketedKineticBlockEntity>
All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.BlockEntityVisual<BracketedKineticBlockEntity>, dev.engine_room.flywheel.api.visual.LightUpdatedVisual, dev.engine_room.flywheel.api.visual.SectionTrackedVisual, dev.engine_room.flywheel.api.visual.TickableVisual, dev.engine_room.flywheel.api.visual.Visual, dev.engine_room.flywheel.lib.visual.SimpleTickableVisual
Enclosing class:
BracketedKineticBlockEntityVisual

public static class BracketedKineticBlockEntityVisual.LargeCogVisual extends SingleAxisRotatingVisual<BracketedKineticBlockEntity>
  • Nested Class Summary

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

    dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector

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

    dev.engine_room.flywheel.api.visual.TickableVisual.Context
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final RotatingInstance
     

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

    rainbowMode, 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
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    void
    collectCrumblingInstances(Consumer<dev.engine_room.flywheel.api.instance.Instance> consumer)
     
    void
    update(float pt)
     
    void
    updateLight(float partialTick)
     

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

    backtank, of, ofZ, shaft, tick

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

    applyOverstressEffect, 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, setSectionCollector

    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.SimpleTickableVisual

    planTick

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

    delete