Package emu.grasscutter.net.proto
Interface DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfo,DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfo.Builder
- Enclosing class:
- DeshretObeliskChestInfoOuterClass
public static interface DeshretObeliskChestInfoOuterClass.DeshretObeliskChestInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getGroupId
int getGroupId()uint32 group_id = 9;- Returns:
- The groupId.
-
getConfigId
int getConfigId()uint32 config_id = 8;- Returns:
- The configId.
-
getSceneId
int getSceneId()uint32 scene_id = 7;- Returns:
- The sceneId.
-
hasPos
boolean hasPos().Vector pos = 3;- Returns:
- Whether the pos field is set.
-
getPos
VectorOuterClass.Vector getPos().Vector pos = 3;- Returns:
- The pos.
-
getPosOrBuilder
VectorOuterClass.VectorOrBuilder getPosOrBuilder().Vector pos = 3;
-