ADIotaHolderReadOnly

interface ADIotaHolderReadOnly : ADIotaHolder(source)

A helper interface extending ADIotaHolder for read-only iota holders.

Functions

Link copied to clipboard
open fun emptyIota(): @Nullable Iota
Link copied to clipboard
@NotNull
open fun ofStatic(@Nullable iota: @Nullable Iota): @NotNull ADIotaHolder
Wraps an iota in a read-only iota holder.
Link copied to clipboard
open fun readIota(p: ServerLevel): @Nullable Iota
Link copied to clipboard
abstract fun readIotaTag(): @Nullable CompoundTag
Link copied to clipboard
open fun writeable(): Boolean
Link copied to clipboard
open fun writeIota(@Nullable iota: @Nullable Iota, simulate: Boolean): Boolean