Package emu.grasscutter.net.proto
Interface HomeBasicInfoOuterClass.HomeBasicInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeBasicInfoOuterClass.HomeBasicInfo,HomeBasicInfoOuterClass.HomeBasicInfo.Builder
- Enclosing class:
- HomeBasicInfoOuterClass
public static interface HomeBasicInfoOuterClass.HomeBasicInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintFBNCMGADPOFintPGOLLEEPPFIlonggetExp()uint64 exp = 8;intPGOONNIGDEHbooleanbool is_in_edit_mode = 9;intgetLevel()uint32 level = 14;.HomeLimitedShopInfo limited_shop_info = 5;.HomeLimitedShopInfo limited_shop_info = 5;string owner_nick_name = 7;com.google.protobuf.ByteStringstring owner_nick_name = 7;boolean.HomeLimitedShopInfo limited_shop_info = 5;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
-
getLevel
int getLevel()uint32 level = 14;- Returns:
- The level.
-
getExp
long getExp()uint64 exp = 8;- Returns:
- The exp.
-
getCurModuleId
int getCurModuleId()FBNCMGADPOF
uint32 cur_module_id = 3;- Returns:
- The curModuleId.
-
getOwnerNickName
String getOwnerNickName()string owner_nick_name = 7;- Returns:
- The ownerNickName.
-
getOwnerNickNameBytes
com.google.protobuf.ByteString getOwnerNickNameBytes()string owner_nick_name = 7;- Returns:
- The bytes for ownerNickName.
-
getCurRoomSceneId
int getCurRoomSceneId()PGOLLEEPPFI
uint32 cur_room_scene_id = 2;- Returns:
- The curRoomSceneId.
-
hasLimitedShopInfo
boolean hasLimitedShopInfo().HomeLimitedShopInfo limited_shop_info = 5;- Returns:
- Whether the limitedShopInfo field is set.
-
getLimitedShopInfo
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfo getLimitedShopInfo().HomeLimitedShopInfo limited_shop_info = 5;- Returns:
- The limitedShopInfo.
-
getLimitedShopInfoOrBuilder
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfoOrBuilder getLimitedShopInfoOrBuilder().HomeLimitedShopInfo limited_shop_info = 5; -
getHomeOwnerUid
int getHomeOwnerUid()PGOONNIGDEH
uint32 home_owner_uid = 6;- Returns:
- The homeOwnerUid.
-
getIsInEditMode
boolean getIsInEditMode()bool is_in_edit_mode = 9;- Returns:
- The isInEditMode.
-