Package emu.grasscutter.net.proto
Interface InfernceWordInfoOuterClass.InfernceWordInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InfernceWordInfoOuterClass.InfernceWordInfo,InfernceWordInfoOuterClass.InfernceWordInfo.Builder
- Enclosing class:
- InfernceWordInfoOuterClass
public static interface InfernceWordInfoOuterClass.InfernceWordInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool DJFAOPBHEAL = 4;booleanbool MDPDECFIPAN = 11;booleanbool OPBALHEMOEE = 3;intuint32 unlock_by_word_id = 1;intuint32 word_id = 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
-
getMDPDECFIPAN
boolean getMDPDECFIPAN()bool MDPDECFIPAN = 11;- Returns:
- The mDPDECFIPAN.
-
getUnlockByWordId
int getUnlockByWordId()uint32 unlock_by_word_id = 1;- Returns:
- The unlockByWordId.
-
getWordId
int getWordId()uint32 word_id = 10;- Returns:
- The wordId.
-
getDJFAOPBHEAL
boolean getDJFAOPBHEAL()bool DJFAOPBHEAL = 4;- Returns:
- The dJFAOPBHEAL.
-
getOPBALHEMOEE
boolean getOPBALHEMOEE()bool OPBALHEMOEE = 3;- Returns:
- The oPBALHEMOEE.
-