Class BearingVisual<B extends KineticBlockEntity & IBearingBlockEntity>
java.lang.Object
dev.engine_room.flywheel.lib.visual.AbstractVisual
dev.engine_room.flywheel.lib.visual.AbstractBlockEntityVisual<B>
com.simibubi.create.content.kinetics.base.KineticBlockEntityVisual<B>
com.simibubi.create.content.kinetics.base.OrientedRotatingVisual<B>
com.simibubi.create.content.contraptions.bearing.BearingVisual<B>
- All Implemented Interfaces:
dev.engine_room.flywheel.api.visual.BlockEntityVisual<B>,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 BearingVisual<B extends KineticBlockEntity & IBearingBlockEntity>
extends OrientedRotatingVisual<B>
implements dev.engine_room.flywheel.lib.visual.SimpleDynamicVisual
-
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.SectionCollector -
Field Summary
Fields inherited from class com.simibubi.create.content.kinetics.base.OrientedRotatingVisual
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
ConstructorsConstructorDescriptionBearingVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext context, B blockEntity, float partialTick) -
Method Summary
Modifier and TypeMethodDescriptionprotected void_delete()voidbeginFrame(dev.engine_room.flywheel.api.visual.DynamicVisual.Context ctx) voidcollectCrumblingInstances(Consumer<dev.engine_room.flywheel.api.instance.Instance> consumer) voidupdateLight(float partialTick) Methods inherited from class com.simibubi.create.content.kinetics.base.OrientedRotatingVisual
backHorizontal, gantryShaft, of, 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, 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.SimpleDynamicVisual
planFrameMethods inherited from interface dev.engine_room.flywheel.api.visual.Visual
delete, update
-
Constructor Details
-
BearingVisual
public BearingVisual(dev.engine_room.flywheel.api.visualization.VisualizationContext context, B blockEntity, float partialTick)
-
-
Method Details
-
beginFrame
public void beginFrame(dev.engine_room.flywheel.api.visual.DynamicVisual.Context ctx) - Specified by:
beginFramein interfacedev.engine_room.flywheel.lib.visual.SimpleDynamicVisual
-
updateLight
public void updateLight(float partialTick) - Specified by:
updateLightin interfacedev.engine_room.flywheel.api.visual.LightUpdatedVisual- Overrides:
updateLightin classOrientedRotatingVisual<B extends KineticBlockEntity & IBearingBlockEntity>
-
_delete
protected void _delete()- Overrides:
_deletein classOrientedRotatingVisual<B extends KineticBlockEntity & IBearingBlockEntity>
-
collectCrumblingInstances
public void collectCrumblingInstances(Consumer<dev.engine_room.flywheel.api.instance.Instance> consumer) - Specified by:
collectCrumblingInstancesin interfacedev.engine_room.flywheel.api.visual.BlockEntityVisual<B extends KineticBlockEntity & IBearingBlockEntity>- Overrides:
collectCrumblingInstancesin classOrientedRotatingVisual<B extends KineticBlockEntity & IBearingBlockEntity>
-