getIotaHolder

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

Returns an ADIotaHolder instance for the block at the given position, or null if the block is not of the expected type. The value returned by this method should be considered ephemeral, ie. it shouldn't be cached because it may return an invalid result later.

See also