Package emu.grasscutter.net.proto
Interface GetDungeonEntryExploreConditionRspOuterClass.GetDungeonEntryExploreConditionRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetDungeonEntryExploreConditionRspOuterClass.GetDungeonEntryExploreConditionRsp,GetDungeonEntryExploreConditionRspOuterClass.GetDungeonEntryExploreConditionRsp.Builder
- Enclosing class:
- GetDungeonEntryExploreConditionRspOuterClass
public static interface GetDungeonEntryExploreConditionRspOuterClass.GetDungeonEntryExploreConditionRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.DungeonEntryCond dungeon_entry_cond = 14;.DungeonEntryCond dungeon_entry_cond = 14;intint32 retcode = 5;boolean.DungeonEntryCond dungeon_entry_cond = 14;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
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-
hasDungeonEntryCond
boolean hasDungeonEntryCond().DungeonEntryCond dungeon_entry_cond = 14;- Returns:
- Whether the dungeonEntryCond field is set.
-
getDungeonEntryCond
DungeonEntryCondOuterClass.DungeonEntryCond getDungeonEntryCond().DungeonEntryCond dungeon_entry_cond = 14;- Returns:
- The dungeonEntryCond.
-
getDungeonEntryCondOrBuilder
DungeonEntryCondOuterClass.DungeonEntryCondOrBuilder getDungeonEntryCondOrBuilder().DungeonEntryCond dungeon_entry_cond = 14;
-