buildBooleanRegistryEntryAttachment
fun <R> buildBooleanRegistryEntryAttachment( registry: Registry<R>, id: Identifier, block: RegistryEntryAttachment.Builder<R, Boolean>.() -> Unit = {}): RegistryEntryAttachment<R, Boolean>
Content copied to clipboard
Create a new boolean RegistryEntryAttachment for the given registry with the given information.