Class RedstoneProgrammerItemHandler
java.lang.Object
com.petrolpark.compat.create.common.redstone.programmer.RedstoneProgrammerItemHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.createmod.catnip.data.WorldAttached<Map<UUID, RedstoneProgrammerBlockItem.ItemStackRedstoneProgram>> static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidonLevelTick(net.neoforged.neoforge.event.tick.LevelTickEvent.Post event) static voidtick(net.minecraft.world.level.LevelAccessor level)
-
Field Details
-
PROGRAMS
public static final net.createmod.catnip.data.WorldAttached<Map<UUID,RedstoneProgrammerBlockItem.ItemStackRedstoneProgram>> PROGRAMS -
TIMEOUT
public static final int TIMEOUT- See Also:
-
-
Constructor Details
-
RedstoneProgrammerItemHandler
public RedstoneProgrammerItemHandler()
-
-
Method Details
-
tick
public static void tick(net.minecraft.world.level.LevelAccessor level) -
onLevelTick
public static final void onLevelTick(net.neoforged.neoforge.event.tick.LevelTickEvent.Post event)
-