Package emu.grasscutter.net.proto
Interface MathQuaternionOuterClass.MathQuaternionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MathQuaternionOuterClass.MathQuaternion,MathQuaternionOuterClass.MathQuaternion.Builder
- Enclosing class:
- MathQuaternionOuterClass
public static interface MathQuaternionOuterClass.MathQuaternionOrBuilder
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
-
getX
float getX()float x = 1;- Returns:
- The x.
-
getY
float getY()float y = 2;- Returns:
- The y.
-
getZ
float getZ()float z = 3;- Returns:
- The z.
-
getW
float getW()float w = 4;- Returns:
- The w.
-