Package emu.grasscutter.net.proto
Interface Unk3300PPKPCOCOMDH.Unk3300_PPKPCOCOMDHOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Unk3300PPKPCOCOMDH.Unk3300_PPKPCOCOMDH,Unk3300PPKPCOCOMDH.Unk3300_PPKPCOCOMDH.Builder
- Enclosing class:
- Unk3300PPKPCOCOMDH
public static interface Unk3300PPKPCOCOMDH.Unk3300_PPKPCOCOMDHOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 controller_id = 12;getDuel().GCGDuel duel = 14;.GCGDuel duel = 14;getGmMsg()string gm_msg = 2;com.google.protobuf.ByteStringstring gm_msg = 2;intgetOpSeq()uint32 op_seq = 13;booleanhasDuel().GCGDuel duel = 14;booleanhasGmMsg()string gm_msg = 2;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
-
getControllerId
int getControllerId()uint32 controller_id = 12;- Returns:
- The controllerId.
-
getOpSeq
int getOpSeq()uint32 op_seq = 13;- Returns:
- The opSeq.
-
hasGmMsg
boolean hasGmMsg()string gm_msg = 2;- Returns:
- Whether the gmMsg field is set.
-
getGmMsg
String getGmMsg()string gm_msg = 2;- Returns:
- The gmMsg.
-
getGmMsgBytes
com.google.protobuf.ByteString getGmMsgBytes()string gm_msg = 2;- Returns:
- The bytes for gmMsg.
-
hasDuel
boolean hasDuel().GCGDuel duel = 14;- Returns:
- Whether the duel field is set.
-
getDuel
GCGDuelOuterClass.GCGDuel getDuel().GCGDuel duel = 14;- Returns:
- The duel.
-
getDuelOrBuilder
GCGDuelOuterClass.GCGDuelOrBuilder getDuelOrBuilder().GCGDuel duel = 14; -
getDetailCase
Unk3300PPKPCOCOMDH.Unk3300_PPKPCOCOMDH.DetailCase getDetailCase()
-