Package emu.grasscutter.net.proto
Interface GadgetChainLevelChangeNotifyOuterClass.GadgetChainLevelChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GadgetChainLevelChangeNotifyOuterClass.GadgetChainLevelChangeNotify,GadgetChainLevelChangeNotifyOuterClass.GadgetChainLevelChangeNotify.Builder
- Enclosing class:
- GadgetChainLevelChangeNotifyOuterClass
public static interface GadgetChainLevelChangeNotifyOuterClass.GadgetChainLevelChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsGadgetChainLevelMap(int key) map<uint32, uint32> gadget_chain_level_map = 13;Deprecated.intmap<uint32, uint32> gadget_chain_level_map = 13;map<uint32, uint32> gadget_chain_level_map = 13;intgetGadgetChainLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> gadget_chain_level_map = 13;intgetGadgetChainLevelMapOrThrow(int key) map<uint32, uint32> gadget_chain_level_map = 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
-
getGadgetChainLevelMapCount
int getGadgetChainLevelMapCount()map<uint32, uint32> gadget_chain_level_map = 13; -
containsGadgetChainLevelMap
boolean containsGadgetChainLevelMap(int key) map<uint32, uint32> gadget_chain_level_map = 13; -
getGadgetChainLevelMap
Deprecated.UsegetGadgetChainLevelMapMap()instead. -
getGadgetChainLevelMapMap
map<uint32, uint32> gadget_chain_level_map = 13; -
getGadgetChainLevelMapOrDefault
int getGadgetChainLevelMapOrDefault(int key, int defaultValue) map<uint32, uint32> gadget_chain_level_map = 13; -
getGadgetChainLevelMapOrThrow
int getGadgetChainLevelMapOrThrow(int key) map<uint32, uint32> gadget_chain_level_map = 13;
-