Class ElevatorPulleyVisual
java.lang.Object
dev.engine_room.flywheel.lib.visual.AbstractVisual
dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual<ElevatorPulleyBlockEntity>
com.simibubi.create.content.kinetics.base.KineticBlockEntityVisual<ElevatorPulleyBlockEntity>
com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual<ElevatorPulleyBlockEntity>
com.simibubi.create.content.kinetics.base.ShaftVisual<ElevatorPulleyBlockEntity>
com.simibubi.create.content.contraptions.elevator.ElevatorPulleyVisual
- All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.BlockEntityVisual<ElevatorPulleyBlockEntity>,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.ShaderLightVisual,dev.engine_room.flywheel.api.visual.TickableVisual,dev.engine_room.flywheel.api.visual.Visual,dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual,dev.engine_room.flywheel.lib.visual.SimpleTickableVisual
public class ElevatorPulleyVisual
extends ShaftVisual<ElevatorPulleyBlockEntity>
implements dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual, dev.engine_room.flywheel.api.visual.ShaderLightVisual
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.engine_room.flywheel.api.visual.DynamicVisual
dev.engine_room.flywheel.api.visual.DynamicVisual.ContextNested classes/interfaces inherited from interface dev.engine_room.flywheel.api.visual.SectionTrackedVisual
dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollectorNested classes/interfaces inherited from interface dev.engine_room.flywheel.api.visual.TickableVisual
dev.engine_room.flywheel.api.visual.TickableVisual.Context -
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual
rainbowMode, rotatingModelFields inherited from class dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual
blockEntity, blockState, lightSections, pos, visualPosFields inherited from class dev.engine_room.flywheel.lib.visual.AbstractVisual
deleted, level, visualizationContext -
Constructor Summary
ConstructorsConstructorDescriptionElevatorPulleyVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext context, ElevatorPulleyBlockEntity blockEntity, float partialTick) -
Method Summary
Modifier and TypeMethodDescriptionprotected void_delete()voidbeginFrame(dev.engine_room.flywheel.api.visual.DynamicVisual.Context ctx) voidsetSectionCollector(dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector sectionCollector) voidupdateLight(float partialTick) Methods inherited from class com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual
backtank, collectCrumblingInstances, of, ofZ, shaft, tick, updateMethods inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityVisual
applyOverstressEffect, rotationAxis, rotationAxis, rotationOffset, shouldOffsetMethods inherited from class dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual
computePackedLight, doDistanceLimitThisFrame, getVisualPosition, isVisible, relight, relight, relight, relight, relight, relightMethods inherited from class dev.engine_room.flywheel.lib.visual.AbstractVisual
delete, instancerProvider, renderOriginMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual
planFrameMethods inherited from interface dev.engine_room.flywheel.lib.visual.SimpleTickableVisual
planTickMethods inherited from interface dev.engine_room.flywheel.api.visual.Visual
delete, update
-
Constructor Details
-
ElevatorPulleyVisual
public ElevatorPulleyVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext context, ElevatorPulleyBlockEntity blockEntity, float partialTick)
-
-
Method Details
-
updateLight
public void updateLight(float partialTick) - Specified by:
updateLightin interfacedev.engine_room.flywheel.api.visual.LightUpdatedVisual- Overrides:
updateLightin classSingleAxisRotatingVisual<ElevatorPulleyBlockEntity>
-
setSectionCollector
public void setSectionCollector(dev.engine_room.flywheel.api.visual.SectionTrackedVisual.SectionCollector sectionCollector) - Specified by:
setSectionCollectorin interfacedev.engine_room.flywheel.api.visual.SectionTrackedVisual- Overrides:
setSectionCollectorin classdev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual<ElevatorPulleyBlockEntity>
-
beginFrame
public void beginFrame(dev.engine_room.flywheel.api.visual.DynamicVisual.Context ctx) - Specified by:
beginFramein interfacedev.engine_room.flywheel.lib.visual.SimpleDynamicVisual
-
_delete
protected void _delete()- Overrides:
_deletein classSingleAxisRotatingVisual<ElevatorPulleyBlockEntity>
-