Package emu.grasscutter.net.proto
Interface MultistagePlayInfoNotifyOuterClass.MultistagePlayInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultistagePlayInfoNotifyOuterClass.MultistagePlayInfoNotify,MultistagePlayInfoNotifyOuterClass.MultistagePlayInfoNotify.Builder
- Enclosing class:
- MultistagePlayInfoNotifyOuterClass
public static interface MultistagePlayInfoNotifyOuterClass.MultistagePlayInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
hasInfo
boolean hasInfo().MultistagePlayInfo info = 5;- Returns:
- Whether the info field is set.
-
getInfo
.MultistagePlayInfo info = 5;- Returns:
- The info.
-
getInfoOrBuilder
MultistagePlayInfoOuterClass.MultistagePlayInfoOrBuilder getInfoOrBuilder().MultistagePlayInfo info = 5;
-