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 = 15;intuint32 content_close_time = 4;intuint32 end_time = 7;booleanbool is_entrance_open = 2;intuint32 PEKFGOHFPIB = 6;intuint32 PICPEBDGGAO = 10;string prefab_path = 14;com.google.protobuf.ByteStringstring prefab_path = 14;getUrl()string url = 12;com.google.protobuf.ByteStringstring url = 12;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
-
getBeginTime
int getBeginTime()uint32 begin_time = 15;- Returns:
- The beginTime.
-
getIsEntranceOpen
boolean getIsEntranceOpen()bool is_entrance_open = 2;- Returns:
- The isEntranceOpen.
-
getPrefabPath
String getPrefabPath()string prefab_path = 14;- Returns:
- The prefabPath.
-
getPrefabPathBytes
com.google.protobuf.ByteString getPrefabPathBytes()string prefab_path = 14;- Returns:
- The bytes for prefabPath.
-
getUrl
String getUrl()string url = 12;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 12;- Returns:
- The bytes for url.
-
getEndTime
int getEndTime()uint32 end_time = 7;- Returns:
- The endTime.
-
getPEKFGOHFPIB
int getPEKFGOHFPIB()uint32 PEKFGOHFPIB = 6;- Returns:
- The pEKFGOHFPIB.
-
getPICPEBDGGAO
int getPICPEBDGGAO()uint32 PICPEBDGGAO = 10;- Returns:
- The pICPEBDGGAO.
-
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 4;- Returns:
- The contentCloseTime.
-