Uses of Interface
net.minecraft.command.arguments.IArgumentSerializer
-
Packages that use IArgumentSerializer Package Description net.minecraft.command.arguments net.minecraft.command.arguments.serializers net.minecraftforge.server.command -
-
Uses of IArgumentSerializer in net.minecraft.command.arguments
Classes in net.minecraft.command.arguments that implement IArgumentSerializer Modifier and Type Class Description classArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>>static classEntityArgument.Serializerstatic classScoreHolderArgument.SerializerFields in net.minecraft.command.arguments declared as IArgumentSerializer Modifier and Type Field Description IArgumentSerializer<T>ArgumentTypes.Entry. serializerMethods in net.minecraft.command.arguments with parameters of type IArgumentSerializer Modifier and Type Method Description static <T extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentTypes. register(java.lang.String p_218136_0_, java.lang.Class<T> p_218136_1_, IArgumentSerializer<T> p_218136_2_)Constructors in net.minecraft.command.arguments with parameters of type IArgumentSerializer Constructor Description Entry(java.lang.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 IArgumentSerializer Modifier and Type Class Description classDoubleArgumentSerializerclassFloatArgumentSerializerclassIntArgumentSerializerclassLongArgumentSerializerclassStringArgumentSerializer -
Uses of IArgumentSerializer in net.minecraftforge.server.command
Classes in net.minecraftforge.server.command that implement IArgumentSerializer Modifier and Type Class Description static classEnumArgument.Serializer
-