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
    @NotNull at.petrak.hexcasting.api.addldata.ADIotaHolder
    getIotaHolder(@NotNull net.minecraft.server.level.ServerLevel level, @NotNull net.minecraft.core.BlockPos pos)
     
  • Method Details

    • getIotaHolder

      @NotNull @NotNull at.petrak.hexcasting.api.addldata.ADIotaHolder getIotaHolder(@NotNull @NotNull net.minecraft.server.level.ServerLevel level, @NotNull @NotNull net.minecraft.core.BlockPos pos)