Package emu.grasscutter.net.proto
Interface RogueCellInfoOuterClass.RogueCellInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RogueCellInfoOuterClass.RogueCellInfo,RogueCellInfoOuterClass.RogueCellInfo.Builder
- Enclosing class:
- RogueCellInfoOuterClass
public static interface RogueCellInfoOuterClass.RogueCellInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cell_config_id = 14;intuint32 cell_id = 2;intuint32 cell_type = 13;intuint32 dungeon_id = 1;getState().RogueCellState state = 9;int.RogueCellState state = 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
-
getDungeonId
int getDungeonId()uint32 dungeon_id = 1;- Returns:
- The dungeonId.
-
getCellConfigId
int getCellConfigId()uint32 cell_config_id = 14;- Returns:
- The cellConfigId.
-
getCellId
int getCellId()uint32 cell_id = 2;- Returns:
- The cellId.
-
getStateValue
int getStateValue().RogueCellState state = 9;- Returns:
- The enum numeric value on the wire for state.
-
getState
RogueCellStateOuterClass.RogueCellState getState().RogueCellState state = 9;- Returns:
- The state.
-
getCellType
int getCellType()uint32 cell_type = 13;- Returns:
- The cellType.
-