Package emu.grasscutter.net.proto
Interface FungusDetailOuterClass.FungusDetailOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FungusDetailOuterClass.FungusDetail,FungusDetailOuterClass.FungusDetail.Builder
- Enclosing class:
- FungusDetailOuterClass
public static interface FungusDetailOuterClass.FungusDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 BHGDBPKJHMA = 15;intuint32 fungus_id = 8;booleanbool is_cultivate = 9;intuint32 NABBCOACLGI = 3;intuint32 name_id = 6;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
-
getNABBCOACLGI
int getNABBCOACLGI()uint32 NABBCOACLGI = 3;- Returns:
- The nABBCOACLGI.
-
getIsCultivate
boolean getIsCultivate()bool is_cultivate = 9;- Returns:
- The isCultivate.
-
getBHGDBPKJHMA
int getBHGDBPKJHMA()uint32 BHGDBPKJHMA = 15;- Returns:
- The bHGDBPKJHMA.
-
getFungusId
int getFungusId()uint32 fungus_id = 8;- Returns:
- The fungusId.
-
getNameId
int getNameId()uint32 name_id = 6;- Returns:
- The nameId.
-