Interface BlockTintFunction

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

  • Method Details

    • getColor

      KubeColor getColor(net.minecraft.world.level.block.state.BlockState state, @Nullable @Nullable net.minecraft.world.level.BlockAndTintGetter level, @Nullable @Nullable net.minecraft.core.BlockPos pos, int index)
    • wrap

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