Package emu.grasscutter.net.proto
Interface FightPropPairOuterClass.FightPropPairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FightPropPairOuterClass.FightPropPair,FightPropPairOuterClass.FightPropPair.Builder
- Enclosing class:
- FightPropPairOuterClass
public static interface FightPropPairOuterClass.FightPropPairOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 prop_type = 1;floatfloat prop_value = 2;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
-
getPropType
int getPropType()uint32 prop_type = 1;- Returns:
- The propType.
-
getPropValue
float getPropValue()float prop_value = 2;- Returns:
- The propValue.
-