Package emu.grasscutter.net.proto
Interface RogueDungeonPlayerCellChangeNotifyOuterClass.RogueDungeonPlayerCellChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RogueDungeonPlayerCellChangeNotifyOuterClass.RogueDungeonPlayerCellChangeNotify,RogueDungeonPlayerCellChangeNotifyOuterClass.RogueDungeonPlayerCellChangeNotify.Builder
- Enclosing class:
- RogueDungeonPlayerCellChangeNotifyOuterClass
public static interface RogueDungeonPlayerCellChangeNotifyOuterClass.RogueDungeonPlayerCellChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 cell_id = 4;intuint32 old_cell_id = 7;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
-
getCellId
int getCellId()uint32 cell_id = 4;- Returns:
- The cellId.
-
getOldCellId
int getOldCellId()uint32 old_cell_id = 7;- Returns:
- The oldCellId.
-