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
Methods 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) NMS.getBiome(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, ArgumentSubType subType) NMS.getEntitySelector(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, ArgumentSubType subType, boolean allowEmpty) NMS.getPotionEffect(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, ArgumentSubType subType) NMS.getSound(com.mojang.brigadier.context.CommandContext<CommandListenerWrapper> cmdCtx, String key, ArgumentSubType subType)