java.lang.Object
net.minecraft.client.gui.components.CommandSuggestions
com.simibubi.create.content.logistics.trains.management.schedule.DestinationSuggestions

public class DestinationSuggestions extends net.minecraft.client.gui.components.CommandSuggestions
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.gui.components.CommandSuggestions

    net.minecraft.client.gui.components.CommandSuggestions.SuggestionsList
  • Field Summary

    Fields inherited from class net.minecraft.client.gui.components.CommandSuggestions

    suggestions
  • Constructor Summary

    Constructors
    Constructor
    Description
    DestinationSuggestions(net.minecraft.client.Minecraft pMinecraft, net.minecraft.client.gui.screens.Screen pScreen, net.minecraft.client.gui.components.EditBox pInput, net.minecraft.client.gui.Font pFont, List<IntAttached<String>> viableStations, int yOffset)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    showSuggestions(boolean pNarrateFirstSuggestion)
     
    void
     
    void
     

    Methods inherited from class net.minecraft.client.gui.components.CommandSuggestions

    getNarrationMessage, keyPressed, mouseClicked, mouseScrolled, render, setAllowSuggestions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DestinationSuggestions

      public DestinationSuggestions(net.minecraft.client.Minecraft pMinecraft, net.minecraft.client.gui.screens.Screen pScreen, net.minecraft.client.gui.components.EditBox pInput, net.minecraft.client.gui.Font pFont, List<IntAttached<String>> viableStations, int yOffset)
  • Method Details

    • tick

      public void tick()
    • updateCommandInfo

      public void updateCommandInfo()
      Overrides:
      updateCommandInfo in class net.minecraft.client.gui.components.CommandSuggestions
    • showSuggestions

      public void showSuggestions(boolean pNarrateFirstSuggestion)
      Overrides:
      showSuggestions in class net.minecraft.client.gui.components.CommandSuggestions