Interface ExecuteCommand.ExistsCondition

Enclosing class:
ExecuteCommand
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
static interface ExecuteCommand.ExistsCondition
Mappings:
Namespace Name
official xn$a
intermediary net/minecraft/class_3050$class_3051
named net/minecraft/server/command/ExecuteCommand$ExistsCondition
  • Method Summary

    Modifier and Type Method Description
    int test​(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context)  
  • Method Details

    • test

      int test​(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official test Lxn$a;test(Lcom/mojang/brigadier/context/CommandContext;)I
      intermediary test Lnet/minecraft/class_3050$class_3051;test(Lcom/mojang/brigadier/context/CommandContext;)I
      named test Lnet/minecraft/server/command/ExecuteCommand$ExistsCondition;test(Lcom/mojang/brigadier/context/CommandContext;)I