Package emu.grasscutter.net.proto
Interface HomeLimitedShopInfoOuterClass.HomeLimitedShopInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopInfoOuterClass.HomeLimitedShopInfo,HomeLimitedShopInfoOuterClass.HomeLimitedShopInfo.Builder
- Enclosing class:
- HomeLimitedShopInfoOuterClass
public static interface HomeLimitedShopInfoOuterClass.HomeLimitedShopInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Vector djinn_pos = 2;.Vector djinn_pos = 2;.Vector djinn_rot = 11;.Vector djinn_rot = 11;intfixed32 next_close_time = 15;intfixed32 next_guest_open_time = 8;intfixed32 next_open_time = 5;intgetUid()uint32 uid = 9;boolean.Vector djinn_pos = 2;boolean.Vector djinn_rot = 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
-
getUid
int getUid()uint32 uid = 9;- Returns:
- The uid.
-
getNextGuestOpenTime
int getNextGuestOpenTime()fixed32 next_guest_open_time = 8;- Returns:
- The nextGuestOpenTime.
-
hasDjinnRot
boolean hasDjinnRot().Vector djinn_rot = 11;- Returns:
- Whether the djinnRot field is set.
-
getDjinnRot
VectorOuterClass.Vector getDjinnRot().Vector djinn_rot = 11;- Returns:
- The djinnRot.
-
getDjinnRotOrBuilder
VectorOuterClass.VectorOrBuilder getDjinnRotOrBuilder().Vector djinn_rot = 11; -
getNextOpenTime
int getNextOpenTime()fixed32 next_open_time = 5;- Returns:
- The nextOpenTime.
-
hasDjinnPos
boolean hasDjinnPos().Vector djinn_pos = 2;- Returns:
- Whether the djinnPos field is set.
-
getDjinnPos
VectorOuterClass.Vector getDjinnPos().Vector djinn_pos = 2;- Returns:
- The djinnPos.
-
getDjinnPosOrBuilder
VectorOuterClass.VectorOrBuilder getDjinnPosOrBuilder().Vector djinn_pos = 2; -
getNextCloseTime
int getNextCloseTime()fixed32 next_close_time = 15;- Returns:
- The nextCloseTime.
-