Class Schedule
java.lang.Object
com.simibubi.create.content.logistics.trains.management.schedule.Schedule
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic List<Pair<net.minecraft.resources.ResourceLocation,Supplier<? extends ScheduleWaitCondition>>> booleanstatic List<Pair<net.minecraft.resources.ResourceLocation,Supplier<? extends ScheduleInstruction>>> int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTRUCTION_TYPES
public static List<Pair<net.minecraft.resources.ResourceLocation,Supplier<? extends ScheduleInstruction>>> INSTRUCTION_TYPES -
CONDITION_TYPES
public static List<Pair<net.minecraft.resources.ResourceLocation,Supplier<? extends ScheduleWaitCondition>>> CONDITION_TYPES -
entries
-
cyclic
public boolean cyclic -
savedProgress
public int savedProgress
-
-
Constructor Details
-
Schedule
public Schedule()
-
-
Method Details
-
getTypeOptions
-
write
public net.minecraft.nbt.CompoundTag write() -
fromTag
-