Package emu.grasscutter.net.proto
Interface GCGMsgPVEIntentionChangeOuterClass.GCGMsgPVEIntentionChangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgPVEIntentionChangeOuterClass.GCGMsgPVEIntentionChange,GCGMsgPVEIntentionChangeOuterClass.GCGMsgPVEIntentionChange.Builder
- Enclosing class:
- GCGMsgPVEIntentionChangeOuterClass
public static interface GCGMsgPVEIntentionChangeOuterClass.GCGMsgPVEIntentionChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeIntentionList(int index) repeated .GCGMsgPVEIntention change_intention_list = 6;intrepeated .GCGMsgPVEIntention change_intention_list = 6;repeated .GCGMsgPVEIntention change_intention_list = 6;getChangeIntentionListOrBuilder(int index) repeated .GCGMsgPVEIntention change_intention_list = 6;repeated .GCGMsgPVEIntention change_intention_list = 6;.GCGIntentionChangeType change_type = 9;int.GCGIntentionChangeType change_type = 9;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
-
getChangeTypeValue
int getChangeTypeValue().GCGIntentionChangeType change_type = 9;- Returns:
- The enum numeric value on the wire for changeType.
-
getChangeType
GCGIntentionChangeTypeOuterClass.GCGIntentionChangeType getChangeType().GCGIntentionChangeType change_type = 9;- Returns:
- The changeType.
-
getChangeIntentionListList
List<GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention> getChangeIntentionListList()repeated .GCGMsgPVEIntention change_intention_list = 6; -
getChangeIntentionList
repeated .GCGMsgPVEIntention change_intention_list = 6; -
getChangeIntentionListCount
int getChangeIntentionListCount()repeated .GCGMsgPVEIntention change_intention_list = 6; -
getChangeIntentionListOrBuilderList
List<? extends GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntentionOrBuilder> getChangeIntentionListOrBuilderList()repeated .GCGMsgPVEIntention change_intention_list = 6; -
getChangeIntentionListOrBuilder
repeated .GCGMsgPVEIntention change_intention_list = 6;
-