Class IntegerArgumentInfo.Template

java.lang.Object
net.minecraft.commands.synchronization.brigadier.IntegerArgumentInfo.Template
All Implemented Interfaces:
ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
Enclosing class:
IntegerArgumentInfo

public final class IntegerArgumentInfo.Template extends Object implements ArgumentTypeInfo.Template<com.mojang.brigadier.arguments.IntegerArgumentType>
  • Field Details

    • min

      final int min
    • max

      final int max
  • Constructor Details

    • Template

      Template(int p_235562_, int p_235563_)
  • Method Details