Interface ModdedCommandAbstractionApi

All Superinterfaces:
CommandAbstractionApi
All Known Implementing Classes:
CommandAbstractionImpl

public interface ModdedCommandAbstractionApi extends CommandAbstractionApi
  • Method Details

    • get

      static net.minecraft.commands.CommandSourceStack get(com.mojang.brigadier.context.CommandContext<Object> ctx)
    • get

      static net.minecraft.commands.CommandSourceStack get(Object commandSource)
    • isOpImpl

      default boolean isOpImpl(Object source)
      Specified by:
      isOpImpl in interface CommandAbstractionApi
    • getImpl

      @Internal net.minecraft.commands.CommandSourceStack getImpl(com.mojang.brigadier.context.CommandContext<Object> ctx)
    • getImpl

      @Internal net.minecraft.commands.CommandSourceStack getImpl(Object commandSource)