Class TrainInfo
java.lang.Object
purplecreate.tramways.content.announcements.info.TrainInfo
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TrainInfofromTrain(com.simibubi.create.content.trains.entity.Train train) getProperties(boolean fixEnd) getString(TrainMessageType type) static voidregisterPropertyGetter(String prefix, TrainInfo.PropertyGetter getter) booleantravellingToWaypoint(int i) booleantravellingToWaypoint(com.simibubi.create.content.trains.schedule.destination.ScheduleInstruction instruction)
-
Method Details
-
fromTrain
-
travellingToWaypoint
public boolean travellingToWaypoint(int i) -
travellingToWaypoint
public boolean travellingToWaypoint(com.simibubi.create.content.trains.schedule.destination.ScheduleInstruction instruction) -
getAnnouncer
-
getString
-
getProperties
-
getProperties
-
registerPropertyGetter
-