Package emu.grasscutter.net.proto
Interface SummerTimeFloatSignalUpdateNotifyOuterClass.SummerTimeFloatSignalUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeFloatSignalUpdateNotifyOuterClass.SummerTimeFloatSignalUpdateNotify,SummerTimeFloatSignalUpdateNotifyOuterClass.SummerTimeFloatSignalUpdateNotify.Builder
- Enclosing class:
- SummerTimeFloatSignalUpdateNotifyOuterClass
public static interface SummerTimeFloatSignalUpdateNotifyOuterClass.SummerTimeFloatSignalUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 float_signal_id = 12;booleanbool is_transfer_anchor = 1;.Vector position = 7;.Vector position = 7;boolean.Vector position = 7;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
-
getIsTransferAnchor
boolean getIsTransferAnchor()bool is_transfer_anchor = 1;- Returns:
- The isTransferAnchor.
-
hasPosition
boolean hasPosition().Vector position = 7;- Returns:
- Whether the position field is set.
-
getPosition
VectorOuterClass.Vector getPosition().Vector position = 7;- Returns:
- The position.
-
getPositionOrBuilder
VectorOuterClass.VectorOrBuilder getPositionOrBuilder().Vector position = 7; -
getFloatSignalId
int getFloatSignalId()uint32 float_signal_id = 12;- Returns:
- The floatSignalId.
-