Package emu.grasscutter.net.proto
Interface FishtankFishInfoOuterClass.FishtankFishInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FishtankFishInfoOuterClass.FishtankFishInfo,FishtankFishInfoOuterClass.FishtankFishInfo.Builder
- Enclosing class:
- FishtankFishInfoOuterClass
public static interface FishtankFishInfoOuterClass.FishtankFishInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat fish_distance_from_water = 1;floatfloat fish_scale = 2;floatfloat initial_rotation_y = 3;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
-
getFishDistanceFromWater
float getFishDistanceFromWater()float fish_distance_from_water = 1;- Returns:
- The fishDistanceFromWater.
-
getFishScale
float getFishScale()float fish_scale = 2;- Returns:
- The fishScale.
-
getInitialRotationY
float getInitialRotationY()float initial_rotation_y = 3;- Returns:
- The initialRotationY.
-