Uses of Enum Class
org.kobe.xbot.Utilities.Entities.XTableProto.XTableMessage.Command
Packages that use XTableProto.XTableMessage.Command
-
Uses of XTableProto.XTableMessage.Command in org.kobe.xbot.Utilities.Entities
Methods in org.kobe.xbot.Utilities.Entities that return XTableProto.XTableMessage.CommandModifier and TypeMethodDescriptionXTableProto.XTableMessage.Command.forNumber
(int value) XTableProto.XTableMessage.Builder.getCommand()
.org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;
XTableProto.XTableMessage.getCommand()
.org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;
XTableProto.XTableMessageOrBuilder.getCommand()
.org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;
XTableProto.XTableMessage.Command.valueOf
(int value) Deprecated.XTableProto.XTableMessage.Command.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static XTableProto.XTableMessage.Command[]
XTableProto.XTableMessage.Command.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kobe.xbot.Utilities.Entities that return types with arguments of type XTableProto.XTableMessage.CommandModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<XTableProto.XTableMessage.Command>
XTableProto.XTableMessage.Command.internalGetValueMap()
Methods in org.kobe.xbot.Utilities.Entities with parameters of type XTableProto.XTableMessage.CommandModifier and TypeMethodDescriptionXTableProto.XTableMessage.Builder.setCommand
(XTableProto.XTableMessage.Command value) .org.kobe.xbot.Utilities.Entities.XTableMessage.Command command = 1;