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 fungus_id = 3;booleanbool is_cultivate = 7;intuint32 name_id = 8;intuint32 Unk3300_EHNBDJPANKL = 2;intuint32 Unk3300_GCLBPDJDEDN = 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
-
getNameId
int getNameId()uint32 name_id = 8;- Returns:
- The nameId.
-
getUnk3300EHNBDJPANKL
int getUnk3300EHNBDJPANKL()uint32 Unk3300_EHNBDJPANKL = 2;- Returns:
- The unk3300EHNBDJPANKL.
-
getFungusId
int getFungusId()uint32 fungus_id = 3;- Returns:
- The fungusId.
-
getIsCultivate
boolean getIsCultivate()bool is_cultivate = 7;- Returns:
- The isCultivate.
-
getUnk3300GCLBPDJDEDN
int getUnk3300GCLBPDJDEDN()uint32 Unk3300_GCLBPDJDEDN = 13;- Returns:
- The unk3300GCLBPDJDEDN.
-