Package emu.grasscutter.net.proto
Interface GetScenePointReqOuterClass.GetScenePointReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetScenePointReqOuterClass.GetScenePointReq,GetScenePointReqOuterClass.GetScenePointReq.Builder
- Enclosing class:
- GetScenePointReqOuterClass
public static interface GetScenePointReqOuterClass.GetScenePointReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 belong_uid = 2;booleanbool BJLCFHHIGJD = 15;intuint32 scene_id = 1;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 = 1;- Returns:
- The sceneId.
-
getBelongUid
int getBelongUid()uint32 belong_uid = 2;- Returns:
- The belongUid.
-
getBJLCFHHIGJD
boolean getBJLCFHHIGJD()bool BJLCFHHIGJD = 15;- Returns:
- The bJLCFHHIGJD.
-