Package emu.grasscutter.net.proto
Interface LuaSetOptionNotifyOuterClass.LuaSetOptionNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LuaSetOptionNotifyOuterClass.LuaSetOptionNotify,LuaSetOptionNotifyOuterClass.LuaSetOptionNotify.Builder
- Enclosing class:
- LuaSetOptionNotifyOuterClass
public static interface LuaSetOptionNotifyOuterClass.LuaSetOptionNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring lua_set_param = 1;com.google.protobuf.ByteStringstring lua_set_param = 1;.LuaSetOptionNotify.LuaOptionType option_type = 7;int.LuaSetOptionNotify.LuaOptionType option_type = 7;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
-
getLuaSetParam
String getLuaSetParam()string lua_set_param = 1;- Returns:
- The luaSetParam.
-
getLuaSetParamBytes
com.google.protobuf.ByteString getLuaSetParamBytes()string lua_set_param = 1;- Returns:
- The bytes for luaSetParam.
-
getOptionTypeValue
int getOptionTypeValue().LuaSetOptionNotify.LuaOptionType option_type = 7;- Returns:
- The enum numeric value on the wire for optionType.
-
getOptionType
LuaSetOptionNotifyOuterClass.LuaSetOptionNotify.LuaOptionType getOptionType().LuaSetOptionNotify.LuaOptionType option_type = 7;- Returns:
- The optionType.
-