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