Uses of Interface
net.minecraft.command.argument.serialize.ArgumentSerializer.ArgumentTypeProperties
Packages that use ArgumentSerializer.ArgumentTypeProperties
Package
Description
-
Uses of ArgumentSerializer.ArgumentTypeProperties in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement ArgumentSerializer.ArgumentTypePropertiesModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
final class
Methods in net.minecraft.command.argument with type parameters of type ArgumentSerializer.ArgumentTypePropertiesModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentSerializer.ArgumentTypeProperties<A>>
ArgumentSerializer<A,T> ArgumentTypes.register
(Registry<ArgumentSerializer<?, ?>> registry, String id, Class<? extends A> clazz, ArgumentSerializer<A, T> serializer) Registers an argument type's serializer.private static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentSerializer.ArgumentTypeProperties<A>>
voidArgumentHelper.writeArgumentProperties
(JsonObject json, ArgumentSerializer<A, T> serializer, ArgumentSerializer.ArgumentTypeProperties<A> properties) Methods in net.minecraft.command.argument that return ArgumentSerializer.ArgumentTypePropertiesModifier and TypeMethodDescriptionstatic <A extends com.mojang.brigadier.arguments.ArgumentType<?>>
ArgumentSerializer.ArgumentTypeProperties<A>ArgumentTypes.getArgumentTypeProperties
(A argumentType) Methods in net.minecraft.command.argument with parameters of type ArgumentSerializer.ArgumentTypePropertiesModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidArgumentHelper.writeArgumentProperties
(JsonObject json, ArgumentSerializer.ArgumentTypeProperties<A> properties) private static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentSerializer.ArgumentTypeProperties<A>>
voidArgumentHelper.writeArgumentProperties
(JsonObject json, ArgumentSerializer<A, T> serializer, ArgumentSerializer.ArgumentTypeProperties<A> properties) -
Uses of ArgumentSerializer.ArgumentTypeProperties in net.minecraft.command.argument.serialize
Classes in net.minecraft.command.argument.serialize with type parameters of type ArgumentSerializer.ArgumentTypePropertiesModifier and TypeInterfaceDescriptioninterface
ArgumentSerializer<A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentSerializer.ArgumentTypeProperties<A>> Serializes an argument type to be sent to the client.Classes in net.minecraft.command.argument.serialize that implement ArgumentSerializer.ArgumentTypePropertiesModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
-
Uses of ArgumentSerializer.ArgumentTypeProperties in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ArgumentSerializer.ArgumentTypePropertiesModifier and TypeFieldDescriptionprivate final ArgumentSerializer.ArgumentTypeProperties<?>
CommandTreeS2CPacket.ArgumentNode.properties
Methods in net.minecraft.network.packet.s2c.play with type parameters of type ArgumentSerializer.ArgumentTypePropertiesModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentSerializer.ArgumentTypeProperties<A>>
voidCommandTreeS2CPacket.ArgumentNode.write
(PacketByteBuf buf, ArgumentSerializer<A, T> serializer, ArgumentSerializer.ArgumentTypeProperties<A> properties) Methods in net.minecraft.network.packet.s2c.play with parameters of type ArgumentSerializer.ArgumentTypePropertiesModifier and TypeMethodDescriptionprivate static <A extends com.mojang.brigadier.arguments.ArgumentType<?>>
voidCommandTreeS2CPacket.ArgumentNode.write
(PacketByteBuf buf, ArgumentSerializer.ArgumentTypeProperties<A> properties) private static <A extends com.mojang.brigadier.arguments.ArgumentType<?>,
T extends ArgumentSerializer.ArgumentTypeProperties<A>>
voidCommandTreeS2CPacket.ArgumentNode.write
(PacketByteBuf buf, ArgumentSerializer<A, T> serializer, ArgumentSerializer.ArgumentTypeProperties<A> properties) Constructors in net.minecraft.network.packet.s2c.play with parameters of type ArgumentSerializer.ArgumentTypePropertiesModifierConstructorDescription(package private)
ArgumentNode
(String name, ArgumentSerializer.ArgumentTypeProperties<?> properties, @Nullable Identifier id)