Package emu.grasscutter.net.proto
Interface ScenePlayInfoOuterClass.ScenePlayInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayInfoOuterClass.ScenePlayInfo,ScenePlayInfoOuterClass.ScenePlayInfo.Builder
- Enclosing class:
- ScenePlayInfoOuterClass
public static interface ScenePlayInfoOuterClass.ScenePlayInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 entry_id = 10;booleanbool is_open = 14;intuint32 play_id = 15;intuint32 play_type = 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
-
getIsOpen
boolean getIsOpen()bool is_open = 14;- Returns:
- The isOpen.
-
getEntryId
int getEntryId()uint32 entry_id = 10;- Returns:
- The entryId.
-
getPlayId
int getPlayId()uint32 play_id = 15;- Returns:
- The playId.
-
getPlayType
int getPlayType()uint32 play_type = 13;- Returns:
- The playType.
-