Class LongShaftVisual
java.lang.Object
dev.engine_room.flywheel.lib.visual.AbstractVisual
dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual<LongShaftBlockEntity>
com.simibubi.create.content.kinetics.base.KineticBlockEntityVisual<LongShaftBlockEntity>
com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual<LongShaftBlockEntity>
com.petrolpark.petrolsparts.core.block.entity.visual.DirectionalSingleAxisRotatingVisual<LongShaftBlockEntity>
com.petrolpark.petrolsparts.content.kinetics.coaxialGear.LongShaftVisual
- All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.BlockEntityVisual<LongShaftBlockEntity>,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
-
Nested Class Summary
Nested 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
ConstructorsConstructorDescriptionLongShaftVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext context, LongShaftBlockEntity blockEntity, float partialTick) -
Method Summary
Methods inherited from class com.petrolpark.petrolsparts.core.block.entity.visual.DirectionalSingleAxisRotatingVisual
ofMethods inherited from class com.simibubi.create.content.kinetics.base.SingleAxisRotatingVisual
_delete, backtank, collectCrumblingInstances, ofZ, shaft, tick, update, updateLightMethods inherited from class com.simibubi.create.content.kinetics.base.KineticBlockEntityVisual
rotationAxis, rotationAxis, rotationOffset, shouldOffsetMethods inherited from class dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual
computePackedLight, doDistanceLimitThisFrame, getVisualPosition, isVisible, relight, relight, relight, relight, relight, relight, setSectionCollectorMethods 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.SimpleTickableVisual
planTickMethods inherited from interface dev.engine_room.flywheel.api.visual.Visual
delete
-
Constructor Details
-
LongShaftVisual
public LongShaftVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext context, LongShaftBlockEntity blockEntity, float partialTick)
-
-
Method Details
-
rotationFace
public net.minecraft.core.Direction rotationFace()- Overrides:
rotationFacein classDirectionalSingleAxisRotatingVisual<LongShaftBlockEntity>
-