Class LinkedControllerServerHandler

java.lang.Object
com.simibubi.create.content.logistics.item.LinkedControllerServerHandler

public class LinkedControllerServerHandler extends Object
  • Field Details

    • receivedInputs

      public static WorldAttached<Map<UUID,Collection<com.simibubi.create.content.logistics.item.LinkedControllerServerHandler.ManualFrequencyEntry>>> receivedInputs
  • Constructor Details

    • LinkedControllerServerHandler

      public LinkedControllerServerHandler()
  • Method Details

    • tick

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

      public static void receivePressed(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos, UUID uniqueID, List<Couple<RedstoneLinkNetworkHandler.Frequency>> collect, boolean pressed)