Interface ItemTintFunction

All Known Implementing Classes:
ItemTintFunction.Fixed, ItemTintFunction.Mapped
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 ItemTintFunction
  • Field Details

  • Method Details

    • getColor

      KubeColor getColor(net.minecraft.world.item.ItemStack stack, int index)
    • wrap

      @Nullable static @Nullable ItemTintFunction wrap(dev.latvian.mods.rhino.Context cx, Object o)