Class RocketControlsServerHandler

java.lang.Object
com.lightning.northstar.block.tech.rocket_controls.RocketControlsServerHandler

public class RocketControlsServerHandler extends Object
  • Field Details

    • receivedInputs

      public static net.createmod.catnip.data.WorldAttached<Map<UUID,com.lightning.northstar.block.tech.rocket_controls.RocketControlsServerHandler.ControlsContext>> receivedInputs
  • Constructor Details

    • RocketControlsServerHandler

      public RocketControlsServerHandler()
  • Method Details

    • tick

      public static void tick(net.minecraft.world.level.LevelAccessor world)
    • receivePressed

      public static void receivePressed(net.minecraft.world.level.LevelAccessor world, RocketContraptionEntity entity, net.minecraft.core.BlockPos controlsPos, UUID uniqueID, Collection<Integer> collect, boolean pressed)