Class ParticleSuggestions

java.lang.Object
net.minecraft.client.gui.components.CommandSuggestions
com.mrbysco.particlemimicry.client.screen.components.ParticleSuggestions

public class ParticleSuggestions 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

    LINE_HEIGHT, suggestions, USAGE_FORMAT, USAGE_OFFSET_FROM_BOTTOM
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParticleSuggestions(net.minecraft.client.Minecraft minecraft, net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.components.EditBox editBox, net.minecraft.client.gui.Font font)
     
  • Method Summary

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

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

    extractRenderState, extractSuggestions, extractUsage, getNarrationMessage, getUsageNarration, hasAllowedInput, hide, isVisible, keyPressed, mouseClicked, mouseScrolled, setAllowHiding, setAllowSuggestions, setRestrictions

    Methods inherited from class Object

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

    • ParticleSuggestions

      public ParticleSuggestions(net.minecraft.client.Minecraft minecraft, net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.gui.components.EditBox editBox, net.minecraft.client.gui.Font font)
  • 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 narrateFirstSuggestion)
      Overrides:
      showSuggestions in class net.minecraft.client.gui.components.CommandSuggestions