Package emu.grasscutter.net.proto
Interface TryCustomDungeonRspOuterClass.TryCustomDungeonRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TryCustomDungeonRspOuterClass.TryCustomDungeonRsp,TryCustomDungeonRspOuterClass.TryCustomDungeonRsp.Builder
- Enclosing class:
- TryCustomDungeonRspOuterClass
public static interface TryCustomDungeonRspOuterClass.TryCustomDungeonRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 10;intuint32 room_id = 4;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
-
getRoomId
int getRoomId()uint32 room_id = 4;- Returns:
- The roomId.
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-