findIotaHolder

@Nullable
abstract fun findIotaHolder(@NotNull level: @NotNull ServerLevel, @NotNull pos: @NotNull BlockPos): @Nullable ADIotaHolder(source)

Attempts to find an ADIotaHolder instance for a block, in the following order of precedence:

This order may change in the future. You should try not to rely on it; ideally, implement only one of these options.