java.lang.Object
com.simibubi.create.content.logistics.trains.management.schedule.ScheduleDataEntry
com.simibubi.create.content.logistics.trains.management.schedule.destination.ScheduleInstruction
All Implemented Interfaces:
IScheduleInput
Direct Known Subclasses:
ChangeThrottleInstruction, TextScheduleInstruction

public abstract class ScheduleInstruction extends ScheduleDataEntry
  • Constructor Details

    • ScheduleInstruction

      public ScheduleInstruction()
  • Method Details

    • supportsConditions

      public abstract boolean supportsConditions()
    • write

      public final net.minecraft.nbt.CompoundTag write()
    • fromTag

      public static ScheduleInstruction fromTag(net.minecraft.nbt.CompoundTag tag)