Uses of Interface
net.minecraft.command.arguments.IArgumentSerializer
Packages that use IArgumentSerializer
Package
Description
-
Uses of IArgumentSerializer in net.minecraft.command.arguments
Classes in net.minecraft.command.arguments that implement IArgumentSerializerModifier and TypeClassDescriptionclass
ArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>>
static class
static class
Fields in net.minecraft.command.arguments declared as IArgumentSerializerMethods in net.minecraft.command.arguments with parameters of type IArgumentSerializerModifier and TypeMethodDescriptionstatic <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentTypes.register
(String p_218136_0_, Class<T> p_218136_1_, IArgumentSerializer<T> p_218136_2_) Constructors in net.minecraft.command.arguments with parameters of type IArgumentSerializerModifierConstructorDescriptionprivate
Entry
(Class<T> p_i48088_1_, IArgumentSerializer<T> p_i48088_2_, ResourceLocation p_i48088_3_) -
Uses of IArgumentSerializer in net.minecraft.command.arguments.serializers
Classes in net.minecraft.command.arguments.serializers that implement IArgumentSerializerModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of IArgumentSerializer in net.minecraftforge.server.command
Classes in net.minecraftforge.server.command that implement IArgumentSerializer