Class DestinationSuggestions
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
ConstructorsConstructorDescriptionDestinationSuggestions(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 TypeMethodDescriptionvoidshowSuggestions(boolean pNarrateFirstSuggestion) voidtick()voidMethods inherited from class net.minecraft.client.gui.components.CommandSuggestions
getNarrationMessage, keyPressed, mouseClicked, mouseScrolled, render, setAllowSuggestions
-
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:
updateCommandInfoin classnet.minecraft.client.gui.components.CommandSuggestions
-
showSuggestions
public void showSuggestions(boolean pNarrateFirstSuggestion) - Overrides:
showSuggestionsin classnet.minecraft.client.gui.components.CommandSuggestions
-