Package emu.grasscutter.net.proto
Interface PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo,PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfo.Builder
- Enclosing class:
- PlayerWorldLocationInfoOuterClass
public static interface PlayerWorldLocationInfoOuterClass.PlayerWorldLocationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.PlayerLocationInfo player_loc = 2;.PlayerLocationInfo player_loc = 2;intuint32 scene_id = 3;boolean.PlayerLocationInfo player_loc = 2;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
-
getSceneId
int getSceneId()uint32 scene_id = 3;- Returns:
- The sceneId.
-
hasPlayerLoc
boolean hasPlayerLoc().PlayerLocationInfo player_loc = 2;- Returns:
- Whether the playerLoc field is set.
-
getPlayerLoc
PlayerLocationInfoOuterClass.PlayerLocationInfo getPlayerLoc().PlayerLocationInfo player_loc = 2;- Returns:
- The playerLoc.
-
getPlayerLocOrBuilder
PlayerLocationInfoOuterClass.PlayerLocationInfoOrBuilder getPlayerLocOrBuilder().PlayerLocationInfo player_loc = 2;
-