Uses of Interface
net.minecraft.commands.synchronization.ArgumentTypeInfo.Template
Packages that use ArgumentTypeInfo.Template
Package
Description
-
Uses of ArgumentTypeInfo.Template in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement ArgumentTypeInfo.TemplateModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
final class
-
Uses of ArgumentTypeInfo.Template in net.minecraft.commands.synchronization
Classes in net.minecraft.commands.synchronization with type parameters of type ArgumentTypeInfo.TemplateModifier and TypeInterfaceDescriptioninterface
ArgumentTypeInfo<A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>> Classes in net.minecraft.commands.synchronization that implement ArgumentTypeInfo.TemplateMethods in net.minecraft.commands.synchronization with type parameters of type ArgumentTypeInfo.TemplateModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>>
ArgumentTypeInfo<A, T> ArgumentTypeInfos.register
(Registry<ArgumentTypeInfo<?, ?>> pRegistry, String pId, Class<? extends A> pArgumentClass, ArgumentTypeInfo<A, T> pInfo) static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>, I extends ArgumentTypeInfo<A, T>>
IArgumentTypeInfos.registerByClass
(Class<A> infoClass, I argumentTypeInfo) Forge: Use this in conjunction with aDeferredRegister#register(String, Supplier)
call to both populate theBY_CLASS
map and register the argument type info so it can be used in commands.private static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>>
voidArgumentUtils.serializeCap
(com.google.gson.JsonObject p_235411_, ArgumentTypeInfo<A, T> p_235412_, ArgumentTypeInfo.Template<A> p_235413_) Methods in net.minecraft.commands.synchronization that return ArgumentTypeInfo.TemplateModifier and TypeMethodDescriptionstatic <A extends com.mojang.brigadier.arguments.ArgumentType<?>>
ArgumentTypeInfo.Template<A> ArgumentTypeInfos.unpack
(A p_235394_) Methods in net.minecraft.commands.synchronization with parameters of type ArgumentTypeInfo.TemplateModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentUtils.serializeCap
(com.google.gson.JsonObject p_235408_, ArgumentTypeInfo.Template<A> p_235409_) private static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>>
voidArgumentUtils.serializeCap
(com.google.gson.JsonObject p_235411_, ArgumentTypeInfo<A, T> p_235412_, ArgumentTypeInfo.Template<A> p_235413_) -
Uses of ArgumentTypeInfo.Template in net.minecraft.commands.synchronization.brigadier
Classes in net.minecraft.commands.synchronization.brigadier that implement ArgumentTypeInfo.TemplateModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
-
Uses of ArgumentTypeInfo.Template in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ArgumentTypeInfo.TemplateModifier and TypeFieldDescriptionprivate final ArgumentTypeInfo.Template
<?> ClientboundCommandsPacket.ArgumentNodeStub.argumentType
Methods in net.minecraft.network.protocol.game with type parameters of type ArgumentTypeInfo.TemplateModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>>
voidClientboundCommandsPacket.ArgumentNodeStub.serializeCap
(FriendlyByteBuf pBuffer, ArgumentTypeInfo<A, T> pArgumentInfo, ArgumentTypeInfo.Template<A> pArgumentInfoTemplate) Methods in net.minecraft.network.protocol.game with parameters of type ArgumentTypeInfo.TemplateModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidClientboundCommandsPacket.ArgumentNodeStub.serializeCap
(FriendlyByteBuf pBuffer, ArgumentTypeInfo.Template<A> pArgumentInfoTemplate) private static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentTypeInfo.Template<A>>
voidClientboundCommandsPacket.ArgumentNodeStub.serializeCap
(FriendlyByteBuf pBuffer, ArgumentTypeInfo<A, T> pArgumentInfo, ArgumentTypeInfo.Template<A> pArgumentInfoTemplate) Constructors in net.minecraft.network.protocol.game with parameters of type ArgumentTypeInfo.TemplateModifierConstructorDescription(package private)
ArgumentNodeStub
(String pId, ArgumentTypeInfo.Template<?> pArgumentType, ResourceLocation pSuggestionId) -
Uses of ArgumentTypeInfo.Template in net.neoforged.neoforge.server.command
Classes in net.neoforged.neoforge.server.command that implement ArgumentTypeInfo.Template