Interface IotaHolderProvider

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 IotaHolderProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable at.petrak.hexcasting.api.addldata.ADIotaHolder
    getIotaHolder(@NotNull net.minecraft.server.level.ServerLevel level, @NotNull net.minecraft.core.BlockPos pos)
    Returns an ADIotaHolder instance for the block at the given position, or null if the block is not of the expected type.