Class EmptyArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>>

java.lang.Object
net.minecraft.commands.synchronization.EmptyArgumentSerializer<T>
All Implemented Interfaces:
ArgumentSerializer<T>

public class EmptyArgumentSerializer<T extends com.mojang.brigadier.arguments.ArgumentType<?>> extends Object implements ArgumentSerializer<T>
  • Field Details

    • constructor

      private final Supplier<T extends com.mojang.brigadier.arguments.ArgumentType<?>> constructor
  • Constructor Details

    • EmptyArgumentSerializer

      public EmptyArgumentSerializer(Supplier<T> p_121632_)
  • Method Details