Package emu.grasscutter.net.proto
Interface PlayerLuaShellNotifyOuterClass.PlayerLuaShellNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerLuaShellNotifyOuterClass.PlayerLuaShellNotify,PlayerLuaShellNotifyOuterClass.PlayerLuaShellNotify.Builder
- Enclosing class:
- PlayerLuaShellNotifyOuterClass
public static interface PlayerLuaShellNotifyOuterClass.PlayerLuaShellNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 8;com.google.protobuf.ByteStringbytes lua_shell = 4;.LuaShellType shell_type = 1;int.LuaShellType shell_type = 1;intuint32 use_type = 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
-
getId
int getId()uint32 id = 8;- Returns:
- The id.
-
getShellTypeValue
int getShellTypeValue().LuaShellType shell_type = 1;- Returns:
- The enum numeric value on the wire for shellType.
-
getShellType
LuaShellTypeOuterClass.LuaShellType getShellType().LuaShellType shell_type = 1;- Returns:
- The shellType.
-
getLuaShell
com.google.protobuf.ByteString getLuaShell()bytes lua_shell = 4;- Returns:
- The luaShell.
-
getUseType
int getUseType()uint32 use_type = 2;- Returns:
- The useType.
-