Package emu.grasscutter.net.proto
Interface BreakoutSyncSnapShotOuterClass.BreakoutSyncSnapShotOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BreakoutSyncSnapShotOuterClass.BreakoutSyncSnapShot,BreakoutSyncSnapShotOuterClass.BreakoutSyncSnapShot.Builder
- Enclosing class:
- BreakoutSyncSnapShotOuterClass
public static interface BreakoutSyncSnapShotOuterClass.BreakoutSyncSnapShotOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.BreakoutSnapShot snap_shot = 14;.BreakoutSnapShot snap_shot = 14;boolean.BreakoutSnapShot snap_shot = 14;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
-
hasSnapShot
boolean hasSnapShot().BreakoutSnapShot snap_shot = 14;- Returns:
- Whether the snapShot field is set.
-
getSnapShot
BreakoutSnapShotOuterClass.BreakoutSnapShot getSnapShot().BreakoutSnapShot snap_shot = 14;- Returns:
- The snapShot.
-
getSnapShotOrBuilder
BreakoutSnapShotOuterClass.BreakoutSnapShotOrBuilder getSnapShotOrBuilder().BreakoutSnapShot snap_shot = 14;
-