net.minecraft.core

record RegistryCodecs$RegistryEntry<T>

hs$a
net.minecraft.core.RegistryCodecs$RegistryEntry
net.minecraft.class_6895$class_5501
net.minecraft.registry.RegistryCodecs$RegistryManagerEntry
net.minecraft.src.C_203245_$C_203247_
net.minecraft.core.RegistryCodecs$a

Field summary

Modifier and TypeField
private final ResourceKey<T>
a
key
comp_290
key
f_206354_
private final int
b
id
comp_291
rawId
f_206355_
private final T
c
value
comp_292
value
f_206356_

Constructor summary

ModifierConstructor
(ResourceKey<T> key, int rawId, T value)

Method summary

Modifier and TypeMethod
public ResourceKey<T>
a()
key()
comp_290()
key()
f_206354_()
public int
b()
id()
comp_291()
rawId()
f_206355_()
public T
c()
value()
comp_292()
value()
f_206356_()