Package devs.beer.nativepackets.api
Interface CommandSuggestionsPacketView
- All Superinterfaces:
PacketView
Lazy copy-on-write view of clientbound command suggestions.
-
Method Summary
Modifier and TypeMethodDescriptionintlength()voidlength(int length) intvoidrequestId(int requestId) intstart()voidstart(int start) suggestion(int index) intvoidsuggestions(List<CommandSuggestion> suggestions) Methods inherited from interface devs.beer.nativepackets.api.PacketView
isModified, nativeHandle, type
-
Method Details
-
requestId
int requestId() -
start
int start() -
length
int length() -
suggestionCount
int suggestionCount() -
suggestion
-
requestId
void requestId(int requestId) -
start
void start(int start) -
length
void length(int length) -
suggestions
-