Class WrapperPlayServerTabComplete.WrappedSuggestions
java.lang.Object
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerTabComplete.WrappedSuggestions
- Enclosing class:
- WrapperPlayServerTabComplete
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWrappedSuggestions(WrapperPlayServerTabComplete.WrappedStringRange range, List<WrapperPlayServerTabComplete.WrappedSuggestion> suggestions) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRange()inthashCode()voidvoidsetSuggestions(List<WrapperPlayServerTabComplete.WrappedSuggestion> suggestions) toString()
-
Field Details
-
HANDLE_TYPE
-
-
Constructor Details
-
WrappedSuggestions
public WrappedSuggestions(WrapperPlayServerTabComplete.WrappedStringRange range, List<WrapperPlayServerTabComplete.WrappedSuggestion> suggestions) -
WrappedSuggestions
public WrappedSuggestions()
-
-
Method Details