Package emu.grasscutter.net.proto
Interface CoopPointUpdateNotifyOuterClass.CoopPointUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoopPointUpdateNotifyOuterClass.CoopPointUpdateNotify,CoopPointUpdateNotifyOuterClass.CoopPointUpdateNotify.Builder
- Enclosing class:
- CoopPointUpdateNotifyOuterClass
public static interface CoopPointUpdateNotifyOuterClass.CoopPointUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.CoopPoint coop_point = 8;.CoopPoint coop_point = 8;boolean.CoopPoint coop_point = 8;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
-
hasCoopPoint
boolean hasCoopPoint().CoopPoint coop_point = 8;- Returns:
- Whether the coopPoint field is set.
-
getCoopPoint
CoopPointOuterClass.CoopPoint getCoopPoint().CoopPoint coop_point = 8;- Returns:
- The coopPoint.
-
getCoopPointOrBuilder
CoopPointOuterClass.CoopPointOrBuilder getCoopPointOrBuilder().CoopPoint coop_point = 8;
-