Package net.minecraft

Interface class_4164.class_4166

All Superinterfaces:
class_4164.class_4165
Enclosing class:
class_4164
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_4164.class_4166 extends class_4164.class_4165
Mappings:
Namespace Name
official cl$b
intermediary net/minecraft/class_4164$class_4166
named net/minecraft/class_4164$class_4166
  • Method Details

    • apply

      int apply(int int2, int int3) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official apply Lcl$b;apply(II)I
      intermediary apply Lnet/minecraft/class_4164$class_4166;apply(II)I
      named apply Lnet/minecraft/class_4164$class_4166;apply(II)I
    • apply

      default void apply(ScoreboardPlayerScore scoreboardPlayerScore, ScoreboardPlayerScore scoreboardPlayerScore2) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      apply in interface class_4164.class_4165
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official apply Lcl$a;apply(Lcfb;Lcfb;)V
      intermediary apply Lnet/minecraft/class_4164$class_4165;apply(Lnet/minecraft/class_1469;Lnet/minecraft/class_1469;)V
      named apply Lnet/minecraft/class_4164$class_4165;apply(Lnet/minecraft/scoreboard/ScoreboardPlayerScore;Lnet/minecraft/scoreboard/ScoreboardPlayerScore;)V