buildLongRegistryEntryAttachment

fun <R> buildLongRegistryEntryAttachment(    registry: Registry<R>,     id: Identifier,     block: RegistryEntryAttachment.Builder<R, Long>.() -> Unit = {}): RegistryEntryAttachment<R, Long>

Create a new long RegistryEntryAttachment for the given registry with the given information.