Package emu.grasscutter.net.proto
Interface PropPairOuterClass.PropPairOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PropPairOuterClass.PropPair,PropPairOuterClass.PropPair.Builder
- Enclosing class:
- PropPairOuterClass
public static interface PropPairOuterClass.PropPairOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.PropValue prop_value = 2;.PropValue prop_value = 2;intgetType()uint32 type = 1;boolean.PropValue 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
-
getType
int getType()uint32 type = 1;- Returns:
- The type.
-
hasPropValue
boolean hasPropValue().PropValue prop_value = 2;- Returns:
- Whether the propValue field is set.
-
getPropValue
PropValueOuterClass.PropValue getPropValue().PropValue prop_value = 2;- Returns:
- The propValue.
-
getPropValueOrBuilder
PropValueOuterClass.PropValueOrBuilder getPropValueOrBuilder().PropValue prop_value = 2;
-