Interface INameTagFunction

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

@ZenRegister @FunctionalInterface public interface INameTagFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(net.minecraft.world.entity.Entity entity, NameTagResult result)
     
  • Method Details

    • apply

      void apply(net.minecraft.world.entity.Entity entity, NameTagResult result)