Package emu.grasscutter.net.proto
Interface GCGMsgCharDieOuterClass.GCGMsgCharDieOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgCharDieOuterClass.GCGMsgCharDie,GCGMsgCharDieOuterClass.GCGMsgCharDie.Builder
- Enclosing class:
- GCGMsgCharDieOuterClass
public static interface GCGMsgCharDieOuterClass.GCGMsgCharDieOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 card_guid = 7;intuint32 controller_id = 13;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 = 13;- Returns:
- The controllerId.
-
getCardGuid
int getCardGuid()uint32 card_guid = 7;- Returns:
- The cardGuid.
-