Class RocketControlsMovementBehaviour

java.lang.Object
com.lightning.northstar.block.tech.rocket_controls.RocketControlsMovementBehaviour
All Implemented Interfaces:
com.simibubi.create.api.behaviour.movement.MovementBehaviour

public class RocketControlsMovementBehaviour extends Object implements com.simibubi.create.api.behaviour.movement.MovementBehaviour
  • Field Summary

    Fields inherited from interface com.simibubi.create.api.behaviour.movement.MovementBehaviour

    REGISTRY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    canBeDisabledVia(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
     
    boolean
     
    void
    renderInContraption(com.simibubi.create.content.contraptions.behaviour.MovementContext context, com.simibubi.create.foundation.virtualWorld.VirtualRenderWorld renderWorld, com.simibubi.create.content.contraptions.render.ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffer)
     
    void
    stopMoving(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
     
    void
    tick(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
     

    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.api.behaviour.movement.MovementBehaviour

    cancelStall, createVisual, dropItem, getActiveAreaOffset, isActive, mustTickWhileDisabled, onDisabledByControls, onSpeedChanged, startMoving, visitNewPosition, writeExtraData
  • Constructor Details

    • RocketControlsMovementBehaviour

      public RocketControlsMovementBehaviour()
  • Method Details

    • canBeDisabledVia

      public net.minecraft.world.item.ItemStack canBeDisabledVia(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
      Specified by:
      canBeDisabledVia in interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
    • stopMoving

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

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

      public boolean disableBlockEntityRendering()
      Specified by:
      disableBlockEntityRendering in interface com.simibubi.create.api.behaviour.movement.MovementBehaviour
    • renderInContraption

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