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