Package emu.grasscutter.net.proto
Interface CustomDungeonSettingOuterClass.CustomDungeonSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomDungeonSettingOuterClass.CustomDungeonSetting,CustomDungeonSettingOuterClass.CustomDungeonSetting.Builder
- Enclosing class:
- CustomDungeonSettingOuterClass
public static interface CustomDungeonSettingOuterClass.CustomDungeonSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 coin_limit = 5;booleanbool is_arrive_finish = 6;booleanbool is_forbid_skill = 7;intuint32 life_num = 8;intgetOpenRoomList(int index) repeated uint32 open_room_list = 14;intrepeated uint32 open_room_list = 14;repeated uint32 open_room_list = 14;intuint32 start_room_id = 3;intuint32 time_limit = 9;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
-
getStartRoomId
int getStartRoomId()uint32 start_room_id = 3;- Returns:
- The startRoomId.
-
getTimeLimit
int getTimeLimit()uint32 time_limit = 9;- Returns:
- The timeLimit.
-
getOpenRoomListList
repeated uint32 open_room_list = 14;- Returns:
- A list containing the openRoomList.
-
getOpenRoomListCount
int getOpenRoomListCount()repeated uint32 open_room_list = 14;- Returns:
- The count of openRoomList.
-
getOpenRoomList
int getOpenRoomList(int index) repeated uint32 open_room_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The openRoomList at the given index.
-
getCoinLimit
int getCoinLimit()uint32 coin_limit = 5;- Returns:
- The coinLimit.
-
getIsForbidSkill
boolean getIsForbidSkill()bool is_forbid_skill = 7;- Returns:
- The isForbidSkill.
-
getIsArriveFinish
boolean getIsArriveFinish()bool is_arrive_finish = 6;- Returns:
- The isArriveFinish.
-
getLifeNum
int getLifeNum()uint32 life_num = 8;- Returns:
- The lifeNum.
-