Package emu.grasscutter.net.proto
Interface WorldChestOpenNotifyOuterClass.WorldChestOpenNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorldChestOpenNotifyOuterClass.WorldChestOpenNotify,WorldChestOpenNotifyOuterClass.WorldChestOpenNotify.Builder
- Enclosing class:
- WorldChestOpenNotifyOuterClass
public static interface WorldChestOpenNotifyOuterClass.WorldChestOpenNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 config_id = 11;intuint32 group_id = 15;intuint32 scene_id = 3;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
-
getConfigId
int getConfigId()uint32 config_id = 11;- Returns:
- The configId.
-
getGroupId
int getGroupId()uint32 group_id = 15;- Returns:
- The groupId.
-
getSceneId
int getSceneId()uint32 scene_id = 3;- Returns:
- The sceneId.
-