Uses of Class
net.minecraft.commands.synchronization.SingletonArgumentInfo
Packages that use SingletonArgumentInfo
-
Uses of SingletonArgumentInfo in net.minecraft.commands.synchronization
Methods in net.minecraft.commands.synchronization that return SingletonArgumentInfoModifier and TypeMethodDescriptionstatic <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
SingletonArgumentInfo<T> SingletonArgumentInfo.contextAware
(Function<CommandBuildContext, T> pArgumentType) static <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
SingletonArgumentInfo<T> SingletonArgumentInfo.contextFree
(Supplier<T> pArgumentTypeSupplier) -
Uses of SingletonArgumentInfo in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type SingletonArgumentInfoModifier and TypeFieldDescriptionprivate static final DeferredHolder
<ArgumentTypeInfo<?, ?>, SingletonArgumentInfo<ModIdArgument>> NeoForgeMod.MODID_COMMAND_ARGUMENT_TYPE