Uses of Interface
net.minecraft.commands.synchronization.ArgumentSerializer
Packages that use ArgumentSerializer
Package
Description
-
Uses of ArgumentSerializer in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement ArgumentSerializerModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Uses of ArgumentSerializer in net.minecraft.commands.synchronization
Classes in net.minecraft.commands.synchronization that implement ArgumentSerializerModifier and TypeClassDescriptionclass
EmptyArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>>
Fields in net.minecraft.commands.synchronization declared as ArgumentSerializerMethods in net.minecraft.commands.synchronization with parameters of type ArgumentSerializerModifier and TypeMethodDescriptionstatic <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentTypes.register
(String p_121602_, Class<T> p_121603_, ArgumentSerializer<T> p_121604_) Constructors in net.minecraft.commands.synchronization with parameters of type ArgumentSerializerModifierConstructorDescription(package private)
Entry
(ArgumentSerializer<T> p_211034_, ResourceLocation p_211035_) -
Uses of ArgumentSerializer in net.minecraft.commands.synchronization.brigadier
Classes in net.minecraft.commands.synchronization.brigadier that implement ArgumentSerializerModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ArgumentSerializer in net.minecraftforge.server.command
Classes in net.minecraftforge.server.command that implement ArgumentSerializer