Package net.minecraft

Interface class_4419.class_4420

Enclosing class:
class_4419
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 class_4419.class_4420
Mappings:
Namespace Name
official qm$a
intermediary net/minecraft/class_4419$class_4420
named net/minecraft/class_4419$class_4420
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(com.mojang.brigadier.context.CommandContext<class_3915> commandContext)
     
  • Method Details

    • test

      boolean test(com.mojang.brigadier.context.CommandContext<class_3915> commandContext) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official test Lqm$a;test(Lcom/mojang/brigadier/context/CommandContext;)Z
      intermediary test Lnet/minecraft/class_4419$class_4420;test(Lcom/mojang/brigadier/context/CommandContext;)Z
      named test Lnet/minecraft/class_4419$class_4420;test(Lcom/mojang/brigadier/context/CommandContext;)Z