Package emu.grasscutter.net.proto
Interface GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo,GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfo.Builder
- Enclosing class:
- GCGMsgPVEIntentionInfoOuterClass
public static interface GCGMsgPVEIntentionInfoOuterClass.GCGMsgPVEIntentionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsIntentionMap(int key) map<uint32, .GCGMsgPVEIntention> intention_map = 14;Deprecated.intmap<uint32, .GCGMsgPVEIntention> intention_map = 14;map<uint32, .GCGMsgPVEIntention> intention_map = 14;getIntentionMapOrDefault(int key, GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention defaultValue) map<uint32, .GCGMsgPVEIntention> intention_map = 14;getIntentionMapOrThrow(int key) map<uint32, .GCGMsgPVEIntention> intention_map = 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
-
getIntentionMapCount
int getIntentionMapCount()map<uint32, .GCGMsgPVEIntention> intention_map = 14; -
containsIntentionMap
boolean containsIntentionMap(int key) map<uint32, .GCGMsgPVEIntention> intention_map = 14; -
getIntentionMap
Deprecated.UsegetIntentionMapMap()instead. -
getIntentionMapMap
Map<Integer,GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention> getIntentionMapMap()map<uint32, .GCGMsgPVEIntention> intention_map = 14; -
getIntentionMapOrDefault
GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention getIntentionMapOrDefault(int key, GCGMsgPVEIntentionOuterClass.GCGMsgPVEIntention defaultValue) map<uint32, .GCGMsgPVEIntention> intention_map = 14; -
getIntentionMapOrThrow
map<uint32, .GCGMsgPVEIntention> intention_map = 14;
-