Package emu.grasscutter.net.proto
Interface HomeLimitedShopInfoNotifyOuterClass.HomeLimitedShopInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopInfoNotifyOuterClass.HomeLimitedShopInfoNotify,HomeLimitedShopInfoNotifyOuterClass.HomeLimitedShopInfoNotify.Builder
- Enclosing class:
- HomeLimitedShopInfoNotifyOuterClass
public static interface HomeLimitedShopInfoNotifyOuterClass.HomeLimitedShopInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.HomeLimitedShopInfo shop_info = 11;.HomeLimitedShopInfo shop_info = 11;boolean.HomeLimitedShopInfo shop_info = 11;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
-
hasShopInfo
boolean hasShopInfo().HomeLimitedShopInfo shop_info = 11;- Returns:
- Whether the shopInfo field is set.
-
getShopInfo
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfo getShopInfo().HomeLimitedShopInfo shop_info = 11;- Returns:
- The shopInfo.
-
getShopInfoOrBuilder
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfoOrBuilder getShopInfoOrBuilder().HomeLimitedShopInfo shop_info = 11;
-