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 TypeMethodDescriptionboolean
getRange()
int
hashCode()
void
void
setSuggestions
(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