Package emu.grasscutter.net.proto
Interface DropHintNotifyOuterClass.DropHintNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DropHintNotifyOuterClass.DropHintNotify,DropHintNotifyOuterClass.DropHintNotify.Builder
- Enclosing class:
- DropHintNotifyOuterClass
public static interface DropHintNotifyOuterClass.DropHintNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetItemIdList(int index) repeated uint32 item_id_list = 5;intrepeated uint32 item_id_list = 5;repeated uint32 item_id_list = 5;.Vector position = 14;.Vector position = 14;boolean.Vector position = 14;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPosition
boolean hasPosition().Vector position = 14;- Returns:
- Whether the position field is set.
-
getPosition
VectorOuterClass.Vector getPosition().Vector position = 14;- Returns:
- The position.
-
getPositionOrBuilder
VectorOuterClass.VectorOrBuilder getPositionOrBuilder().Vector position = 14; -
getItemIdListList
repeated uint32 item_id_list = 5;- Returns:
- A list containing the itemIdList.
-
getItemIdListCount
int getItemIdListCount()repeated uint32 item_id_list = 5;- Returns:
- The count of itemIdList.
-
getItemIdList
int getItemIdList(int index) repeated uint32 item_id_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The itemIdList at the given index.
-