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 = 5;intuint32 content_close_time = 4;intuint32 end_time = 7;booleanbool is_entrance_open = 2;string prefab_path = 15;com.google.protobuf.ByteStringstring prefab_path = 15;intuint32 Unk3300_DMBNFECAKBH = 14;intuint32 Unk3300_OBKEBDCKHJF = 1;getUrl()string url = 3;com.google.protobuf.ByteStringstring url = 3;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
-
getIsEntranceOpen
boolean getIsEntranceOpen()bool is_entrance_open = 2;- Returns:
- The isEntranceOpen.
-
getUnk3300OBKEBDCKHJF
int getUnk3300OBKEBDCKHJF()uint32 Unk3300_OBKEBDCKHJF = 1;- Returns:
- The unk3300OBKEBDCKHJF.
-
getUnk3300DMBNFECAKBH
int getUnk3300DMBNFECAKBH()uint32 Unk3300_DMBNFECAKBH = 14;- Returns:
- The unk3300DMBNFECAKBH.
-
getContentCloseTime
int getContentCloseTime()uint32 content_close_time = 4;- Returns:
- The contentCloseTime.
-
getUrl
String getUrl()string url = 3;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 3;- Returns:
- The bytes for url.
-
getPrefabPath
String getPrefabPath()string prefab_path = 15;- Returns:
- The prefabPath.
-
getPrefabPathBytes
com.google.protobuf.ByteString getPrefabPathBytes()string prefab_path = 15;- Returns:
- The bytes for prefabPath.
-
getBeginTime
int getBeginTime()uint32 begin_time = 5;- Returns:
- The beginTime.
-
getEndTime
int getEndTime()uint32 end_time = 7;- Returns:
- The endTime.
-