Uses of Class
net.minecraft.commands.synchronization.SingletonArgumentInfo
-
Uses of SingletonArgumentInfo in net.minecraft.commands.synchronization
Modifier and TypeMethodDescriptionstatic <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
SingletonArgumentInfo<T> SingletonArgumentInfo.contextAware
(Function<CommandBuildContext, T> p_235450_) static <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
SingletonArgumentInfo<T> SingletonArgumentInfo.contextFree
(Supplier<T> p_235452_) -
Uses of SingletonArgumentInfo in net.neoforged.neoforge.common
Modifier and TypeFieldDescriptionprivate static final DeferredHolder
<ArgumentTypeInfo<?, ?>, SingletonArgumentInfo<ModIdArgument>> NeoForgeMod.MODID_COMMAND_ARGUMENT_TYPE