Package net.minecraft

Interface class_8856<T>

All Known Implementing Classes:
class_8858.class_8861, class_8862, class_8865
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface class_8856<T>
Mappings:
Namespace Name
official gq
intermediary net/minecraft/class_8856
named net/minecraft/class_8856
  • Method Summary

    Modifier and Type
    Method
    Description
    default class_8853<T>
    bind(T t)
     
    void
    execute(T t, class_8854<T> class_8854, int int2)
     
  • Method Details

    • execute

      void execute(T t, class_8854<T> class_8854, int int2) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • bind

      default class_8853<T> bind(T t)