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