IoticBlocksAPI

Properties

Link copied to clipboard
@NotNull
val INSTANCE: @NotNull IoticBlocksAPI

Functions

Link copied to clipboard
@Nullable
abstract fun findIotaHolder(@NotNull level: @NotNull ServerLevel, @NotNull pos: @NotNull BlockPos): @Nullable ADIotaHolder
Attempts to find an ADIotaHolder instance for a block, in the following order of precedence: This order may change in the future.
Link copied to clipboard
abstract fun registerIotaHolderProvider(@NotNull id: @NotNull ResourceLocation, @NotNull provider: @NotNull IotaHolderProvider): Boolean
Registers an iota holder provider for a block to be used with IoticBlocks' read/write block patterns.