Package emu.grasscutter.net.proto
Interface H5ActivityInfoOuterClass.H5ActivityInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
H5ActivityInfoOuterClass.H5ActivityInfo,H5ActivityInfoOuterClass.H5ActivityInfo.Builder
- Enclosing class:
- H5ActivityInfoOuterClass
public static interface H5ActivityInfoOuterClass.H5ActivityInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 begin_time = 11;intuint32 content_close_time = 3;intuint32 EKOKDKCNOOA = 13;intuint32 end_time = 2;booleanbool is_entrance_open = 12;intuint32 OBINALNIFGI = 9;string prefab_path = 10;com.google.protobuf.ByteStringstring prefab_path = 10;getUrl()string url = 1;com.google.protobuf.ByteStringstring url = 1;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
-
getOBINALNIFGI
int getOBINALNIFGI()uint32 OBINALNIFGI = 9;- Returns:
- The oBINALNIFGI.
-
getPrefabPath
String getPrefabPath()string prefab_path = 10;- Returns:
- The prefabPath.
-
getPrefabPathBytes
com.google.protobuf.ByteString getPrefabPathBytes()string prefab_path = 10;- Returns:
- The bytes for prefabPath.
-
getBeginTime
int getBeginTime()uint32 begin_time = 11;- Returns:
- The beginTime.
-
getEKOKDKCNOOA
int getEKOKDKCNOOA()uint32 EKOKDKCNOOA = 13;- Returns:
- The eKOKDKCNOOA.
-
getEndTime
int getEndTime()uint32 end_time = 2;- Returns:
- The endTime.
-
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 3;- Returns:
- The contentCloseTime.
-
getIsEntranceOpen
boolean getIsEntranceOpen()bool is_entrance_open = 12;- Returns:
- The isEntranceOpen.
-
getUrl
String getUrl()string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 1;- Returns:
- The bytes for url.
-