Class RequestStopInstruction

java.lang.Object
com.simibubi.create.content.trains.schedule.ScheduleDataEntry
com.simibubi.create.content.trains.schedule.destination.ScheduleInstruction
com.simibubi.create.content.trains.schedule.destination.TextScheduleInstruction
com.simibubi.create.content.trains.schedule.destination.DestinationInstruction
purplecreate.tramways.content.requestStop.train.RequestStopInstruction
All Implemented Interfaces:
com.simibubi.create.content.trains.schedule.IScheduleInput

public class RequestStopInstruction extends com.simibubi.create.content.trains.schedule.destination.DestinationInstruction
  • Field Summary

    Fields inherited from class com.simibubi.create.content.trains.schedule.ScheduleDataEntry

    data
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     

    Methods inherited from class com.simibubi.create.content.trains.schedule.destination.DestinationInstruction

    getFilter, getFilterForRegex, getSecondLineIcon, getSecondLineTooltip, getSummary, modifyEditBox, start, supportsConditions

    Methods inherited from class com.simibubi.create.content.trains.schedule.destination.TextScheduleInstruction

    getLabelText, getTitleAs, initConfigurationWidgets

    Methods inherited from class com.simibubi.create.content.trains.schedule.destination.ScheduleInstruction

    fromTag, write

    Methods inherited from class com.simibubi.create.content.trains.schedule.ScheduleDataEntry

    enumData, getData, intData, readAdditional, setData, textData, writeAdditional

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.simibubi.create.content.trains.schedule.IScheduleInput

    getItem, renderSpecialIcon, setItem, slotsTargeted
  • Constructor Details

    • RequestStopInstruction

      public RequestStopInstruction()
  • Method Details

    • getId

      public net.minecraft.resources.ResourceLocation getId()
      Specified by:
      getId in interface com.simibubi.create.content.trains.schedule.IScheduleInput
      Overrides:
      getId in class com.simibubi.create.content.trains.schedule.destination.DestinationInstruction