Class LinkedControllerServerHandler
java.lang.Object
com.simibubi.create.content.logistics.item.LinkedControllerServerHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic WorldAttached<Map<UUID,Collection<com.simibubi.create.content.logistics.item.LinkedControllerServerHandler.ManualFrequencyEntry>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidreceivePressed(net.minecraft.world.level.LevelAccessor world, net.minecraft.core.BlockPos pos, UUID uniqueID, List<Couple<RedstoneLinkNetworkHandler.Frequency>> collect, boolean pressed) static voidtick(net.minecraft.world.level.LevelAccessor world)
-
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)
-