Package emu.grasscutter.net.proto
Interface FleurFairDungeonSectionInfoOuterClass.FleurFairDungeonSectionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FleurFairDungeonSectionInfoOuterClass.FleurFairDungeonSectionInfo,FleurFairDungeonSectionInfoOuterClass.FleurFairDungeonSectionInfo.Builder
- Enclosing class:
- FleurFairDungeonSectionInfoOuterClass
public static interface FleurFairDungeonSectionInfoOuterClass.FleurFairDungeonSectionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_open = 9;intuint32 open_time = 6;intuint32 section_id = 11;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
-
getOpenTime
int getOpenTime()uint32 open_time = 6;- Returns:
- The openTime.
-
getIsOpen
boolean getIsOpen()bool is_open = 9;- Returns:
- The isOpen.
-
getSectionId
int getSectionId()uint32 section_id = 11;- Returns:
- The sectionId.
-