Package emu.grasscutter.net.proto
Interface JigsawPictureDataOuterClass.JigsawPictureDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JigsawPictureDataOuterClass.JigsawPictureData,JigsawPictureDataOuterClass.JigsawPictureData.Builder
- Enclosing class:
- JigsawPictureDataOuterClass
public static interface JigsawPictureDataOuterClass.JigsawPictureDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 ACAPFNOLMKE = 15;booleanbool is_finished = 10;booleanbool is_open = 12;intuint32 NJPEANGOAMC = 7;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
-
getNJPEANGOAMC
int getNJPEANGOAMC()uint32 NJPEANGOAMC = 7;- Returns:
- The nJPEANGOAMC.
-
getIsFinished
boolean getIsFinished()bool is_finished = 10;- Returns:
- The isFinished.
-
getIsOpen
boolean getIsOpen()bool is_open = 12;- Returns:
- The isOpen.
-
getACAPFNOLMKE
int getACAPFNOLMKE()uint32 ACAPFNOLMKE = 15;- Returns:
- The aCAPFNOLMKE.
-