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 = 3;booleanbool PGBKOMBKBKG = 1;intuint32 scene_id = 9;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 = 9;- Returns:
- The sceneId.
-
getPGBKOMBKBKG
boolean getPGBKOMBKBKG()bool PGBKOMBKBKG = 1;- Returns:
- The pGBKOMBKBKG.
-
getBelongUid
int getBelongUid()uint32 belong_uid = 3;- Returns:
- The belongUid.
-