Interface CommandField<A,V>

All Known Implementing Classes:
SimpleCommandField

public interface CommandField<A,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mojang.brigadier.builder.RequiredArgumentBuilder<net.minecraft.commands.CommandSourceStack,A>
     
     
    getValue(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx)
     
  • Method Details

    • getName

      String getName()
    • getArgument

      com.mojang.brigadier.builder.RequiredArgumentBuilder<net.minecraft.commands.CommandSourceStack,A> getArgument()
    • getValue

      V getValue(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> ctx)