Package emu.grasscutter.net.proto
Interface MsgParamOuterClass.MsgParamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MsgParamOuterClass.MsgParam,MsgParamOuterClass.MsgParam.Builder
- Enclosing class:
- MsgParamOuterClass
public static interface MsgParamOuterClass.MsgParamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionfloatfloat flt_param = 14;intuint32 int_param = 13;string str_param = 4;com.google.protobuf.ByteStringstring str_param = 4;booleanfloat flt_param = 14;booleanuint32 int_param = 13;booleanstring str_param = 4;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
-
hasIntParam
boolean hasIntParam()uint32 int_param = 13;- Returns:
- Whether the intParam field is set.
-
getIntParam
int getIntParam()uint32 int_param = 13;- Returns:
- The intParam.
-
hasFltParam
boolean hasFltParam()float flt_param = 14;- Returns:
- Whether the fltParam field is set.
-
getFltParam
float getFltParam()float flt_param = 14;- Returns:
- The fltParam.
-
hasStrParam
boolean hasStrParam()string str_param = 4;- Returns:
- Whether the strParam field is set.
-
getStrParam
String getStrParam()string str_param = 4;- Returns:
- The strParam.
-
getStrParamBytes
com.google.protobuf.ByteString getStrParamBytes()string str_param = 4;- Returns:
- The bytes for strParam.
-
getParamCase
MsgParamOuterClass.MsgParam.ParamCase getParamCase()
-