Class CentralMovementBehaviour

java.lang.Object
com.codinglitch.simpleradio.compat.create.CentralMovementBehaviour
All Implemented Interfaces:
com.simibubi.create.content.contraptions.behaviour.MovementBehaviour

public class CentralMovementBehaviour extends Object implements com.simibubi.create.content.contraptions.behaviour.MovementBehaviour
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer)
     
    void
    startMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
     
    void
    tick(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
     
    void
    update(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
     
    void
    updateRouter(com.simibubi.create.content.contraptions.behaviour.MovementContext context, RadioRouter router, WorldlyPosition newLocation, com.simibubi.create.content.contraptions.AbstractContraptionEntity contraption)
     
    void
    visitNewPosition(com.simibubi.create.content.contraptions.behaviour.MovementContext context, net.minecraft.core.BlockPos pos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.simibubi.create.content.contraptions.behaviour.MovementBehaviour

    canBeDisabledVia, cancelStall, createInstance, dropItem, getActiveAreaOffset, hasSpecialInstancedRendering, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, renderAsNormalBlockEntity, stopMoving, writeExtraData
  • Constructor Details

    • CentralMovementBehaviour

      public CentralMovementBehaviour()
  • Method Details

    • updateRouter

      public void updateRouter(com.simibubi.create.content.contraptions.behaviour.MovementContext context, RadioRouter router, WorldlyPosition newLocation, com.simibubi.create.content.contraptions.AbstractContraptionEntity contraption)
    • update

      public void update(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
    • visitNewPosition

      public void visitNewPosition(com.simibubi.create.content.contraptions.behaviour.MovementContext context, net.minecraft.core.BlockPos pos)
      Specified by:
      visitNewPosition in interface com.simibubi.create.content.contraptions.behaviour.MovementBehaviour
    • tick

      public void tick(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
      Specified by:
      tick in interface com.simibubi.create.content.contraptions.behaviour.MovementBehaviour
    • startMoving

      public void startMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
      Specified by:
      startMoving in interface com.simibubi.create.content.contraptions.behaviour.MovementBehaviour
    • renderInContraption

      public void renderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer)
      Specified by:
      renderInContraption in interface com.simibubi.create.content.contraptions.behaviour.MovementBehaviour