java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.render.ActorInstance
Direct Known Subclasses:
DeployerActorInstance, DrillActorInstance, HarvesterActorInstance, PSIActorInstance, StabilizedBearingInstance

public abstract class ActorInstance extends Object
  • Field Details

    • materialManager

      protected final com.jozufozu.flywheel.api.MaterialManager materialManager
    • simulationWorld

      protected final com.jozufozu.flywheel.core.virtual.VirtualRenderWorld simulationWorld
    • context

      protected final MovementContext context
  • Constructor Details

    • ActorInstance

      public ActorInstance(com.jozufozu.flywheel.api.MaterialManager materialManager, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld world, MovementContext context)
  • Method Details

    • tick

      public void tick()
    • beginFrame

      public void beginFrame()
    • localBlockLight

      protected int localBlockLight()