Package emu.grasscutter.net.proto
Interface MaterialDeleteReturnNotifyOuterClass.MaterialDeleteReturnNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MaterialDeleteReturnNotifyOuterClass.MaterialDeleteReturnNotify,MaterialDeleteReturnNotifyOuterClass.MaterialDeleteReturnNotify.Builder
- Enclosing class:
- MaterialDeleteReturnNotifyOuterClass
public static interface MaterialDeleteReturnNotifyOuterClass.MaterialDeleteReturnNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsACNILIGFBNM(int key) map<uint32, uint32> ACNILIGFBNM = 2;booleancontainsFLHCFEJHFIL(int key) map<uint32, uint32> FLHCFEJHFIL = 10;Deprecated.intmap<uint32, uint32> ACNILIGFBNM = 2;map<uint32, uint32> ACNILIGFBNM = 2;intgetACNILIGFBNMOrDefault(int key, int defaultValue) map<uint32, uint32> ACNILIGFBNM = 2;intgetACNILIGFBNMOrThrow(int key) map<uint32, uint32> ACNILIGFBNM = 2;Deprecated.intmap<uint32, uint32> FLHCFEJHFIL = 10;map<uint32, uint32> FLHCFEJHFIL = 10;intgetFLHCFEJHFILOrDefault(int key, int defaultValue) map<uint32, uint32> FLHCFEJHFIL = 10;intgetFLHCFEJHFILOrThrow(int key) map<uint32, uint32> FLHCFEJHFIL = 10;getType().MaterialDeleteReturnType type = 1;int.MaterialDeleteReturnType type = 1;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
-
getTypeValue
int getTypeValue().MaterialDeleteReturnType type = 1;- Returns:
- The enum numeric value on the wire for type.
-
getType
.MaterialDeleteReturnType type = 1;- Returns:
- The type.
-
getACNILIGFBNMCount
int getACNILIGFBNMCount()map<uint32, uint32> ACNILIGFBNM = 2; -
containsACNILIGFBNM
boolean containsACNILIGFBNM(int key) map<uint32, uint32> ACNILIGFBNM = 2; -
getACNILIGFBNM
Deprecated.UsegetACNILIGFBNMMap()instead. -
getACNILIGFBNMMap
map<uint32, uint32> ACNILIGFBNM = 2; -
getACNILIGFBNMOrDefault
int getACNILIGFBNMOrDefault(int key, int defaultValue) map<uint32, uint32> ACNILIGFBNM = 2; -
getACNILIGFBNMOrThrow
int getACNILIGFBNMOrThrow(int key) map<uint32, uint32> ACNILIGFBNM = 2; -
getFLHCFEJHFILCount
int getFLHCFEJHFILCount()map<uint32, uint32> FLHCFEJHFIL = 10; -
containsFLHCFEJHFIL
boolean containsFLHCFEJHFIL(int key) map<uint32, uint32> FLHCFEJHFIL = 10; -
getFLHCFEJHFIL
Deprecated.UsegetFLHCFEJHFILMap()instead. -
getFLHCFEJHFILMap
map<uint32, uint32> FLHCFEJHFIL = 10; -
getFLHCFEJHFILOrDefault
int getFLHCFEJHFILOrDefault(int key, int defaultValue) map<uint32, uint32> FLHCFEJHFIL = 10; -
getFLHCFEJHFILOrThrow
int getFLHCFEJHFILOrThrow(int key) map<uint32, uint32> FLHCFEJHFIL = 10;
-