Uses of Enum Class
dev.jorel.commandapi.arguments.ArgumentSubType
Packages that use ArgumentSubType
Package
Description
Classes that access the NMS framework
-
Uses of ArgumentSubType in dev.jorel.commandapi.arguments
Subclasses with type arguments of type ArgumentSubType in dev.jorel.commandapi.argumentsMethods in dev.jorel.commandapi.arguments that return ArgumentSubTypeModifier and TypeMethodDescriptionstatic ArgumentSubTypeReturns the enum constant of this class with the specified name.static ArgumentSubType[]ArgumentSubType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ArgumentSubType in dev.jorel.commandapi.nms
Methods in dev.jorel.commandapi.nms with parameters of type ArgumentSubTypeModifier and TypeMethodDescriptioncom.mojang.brigadier.arguments.ArgumentType<?> NMS._ArgumentEntity(ArgumentSubType subType) com.mojang.brigadier.arguments.ArgumentType<?> NMS._ArgumentScoreholder(ArgumentSubType subType)