public class LinkedControllerServerHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static WorldAttached<java.util.Map<java.util.UUID,java.util.Collection<com.simibubi.create.content.logistics.item.LinkedControllerServerHandler.ManualFrequencyEntry>>> |
receivedInputs |
| Constructor and Description |
|---|
LinkedControllerServerHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
receivePressed(net.minecraft.world.IWorld world,
net.minecraft.util.math.BlockPos pos,
java.util.UUID uniqueID,
java.util.List<Couple<RedstoneLinkNetworkHandler.Frequency>> collect,
boolean pressed) |
static void |
tick(net.minecraft.world.IWorld world) |
public static WorldAttached<java.util.Map<java.util.UUID,java.util.Collection<com.simibubi.create.content.logistics.item.LinkedControllerServerHandler.ManualFrequencyEntry>>> receivedInputs
public static void tick(net.minecraft.world.IWorld world)
public static void receivePressed(net.minecraft.world.IWorld world,
net.minecraft.util.math.BlockPos pos,
java.util.UUID uniqueID,
java.util.List<Couple<RedstoneLinkNetworkHandler.Frequency>> collect,
boolean pressed)