Package emu.grasscutter.net.proto
Interface FungusFighterTrainingInfoNotifyOuterClass.FungusFighterTrainingInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FungusFighterTrainingInfoNotifyOuterClass.FungusFighterTrainingInfoNotify,FungusFighterTrainingInfoNotifyOuterClass.FungusFighterTrainingInfoNotify.Builder
- Enclosing class:
- FungusFighterTrainingInfoNotifyOuterClass
public static interface FungusFighterTrainingInfoNotifyOuterClass.FungusFighterTrainingInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 buff_id = 14;intuint32 max_monster_count = 9;intuint32 Unk3300_EDHANEGNMJM = 3;intuint32 Unk3300_EKAMCPNGCGH = 13;intuint32 Unk3300_GMLIPFDMDOG = 6;intuint32 Unk3300_HGPGNCMNDJN = 4;intuint32 Unk3300_IOEELCAMDCK = 10;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
-
getBuffId
int getBuffId()uint32 buff_id = 14;- Returns:
- The buffId.
-
getUnk3300IOEELCAMDCK
int getUnk3300IOEELCAMDCK()uint32 Unk3300_IOEELCAMDCK = 10;- Returns:
- The unk3300IOEELCAMDCK.
-
getUnk3300HGPGNCMNDJN
int getUnk3300HGPGNCMNDJN()uint32 Unk3300_HGPGNCMNDJN = 4;- Returns:
- The unk3300HGPGNCMNDJN.
-
getUnk3300EDHANEGNMJM
int getUnk3300EDHANEGNMJM()uint32 Unk3300_EDHANEGNMJM = 3;- Returns:
- The unk3300EDHANEGNMJM.
-
getUnk3300GMLIPFDMDOG
int getUnk3300GMLIPFDMDOG()uint32 Unk3300_GMLIPFDMDOG = 6;- Returns:
- The unk3300GMLIPFDMDOG.
-
getUnk3300EKAMCPNGCGH
int getUnk3300EKAMCPNGCGH()uint32 Unk3300_EKAMCPNGCGH = 13;- Returns:
- The unk3300EKAMCPNGCGH.
-
getMaxMonsterCount
int getMaxMonsterCount()uint32 max_monster_count = 9;- Returns:
- The maxMonsterCount.
-