Package emu.grasscutter.net.proto
Interface ClientGadgetInfoOuterClass.ClientGadgetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientGadgetInfoOuterClass.ClientGadgetInfo,ClientGadgetInfoOuterClass.ClientGadgetInfo.Builder
- Enclosing class:
- ClientGadgetInfoOuterClass
public static interface ClientGadgetInfoOuterClass.ClientGadgetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool async_load = 6;intuint32 camp_id = 1;intuint32 camp_type = 2;longgetGuid()uint64 guid = 3;booleanbool is_peer_id_from_player = 7;intuint32 owner_entity_id = 4;intuint32 target_entity_id = 5;intgetTargetEntityIdList(int index) repeated uint32 target_entity_id_list = 8;intrepeated uint32 target_entity_id_list = 8;repeated uint32 target_entity_id_list = 8;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
-
getCampId
int getCampId()uint32 camp_id = 1;- Returns:
- The campId.
-
getCampType
int getCampType()uint32 camp_type = 2;- Returns:
- The campType.
-
getGuid
long getGuid()uint64 guid = 3;- Returns:
- The guid.
-
getOwnerEntityId
int getOwnerEntityId()uint32 owner_entity_id = 4;- Returns:
- The ownerEntityId.
-
getTargetEntityId
int getTargetEntityId()uint32 target_entity_id = 5;- Returns:
- The targetEntityId.
-
getAsyncLoad
boolean getAsyncLoad()bool async_load = 6;- Returns:
- The asyncLoad.
-
getIsPeerIdFromPlayer
boolean getIsPeerIdFromPlayer()bool is_peer_id_from_player = 7;- Returns:
- The isPeerIdFromPlayer.
-
getTargetEntityIdListList
repeated uint32 target_entity_id_list = 8;- Returns:
- A list containing the targetEntityIdList.
-
getTargetEntityIdListCount
int getTargetEntityIdListCount()repeated uint32 target_entity_id_list = 8;- Returns:
- The count of targetEntityIdList.
-
getTargetEntityIdList
int getTargetEntityIdList(int index) repeated uint32 target_entity_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The targetEntityIdList at the given index.
-