net.minecraft.resources

public class ResourceKey<T>

amt
net.minecraft.resources.ResourceKey
net.minecraft.class_5321
net.minecraft.registry.RegistryKey

Field summary

Modifier and TypeField
private static final ConcurrentMap<ResourceKey$InternKey, ResourceKey<?>>
a
VALUES
field_25136
INSTANCES
private final Identifier
b
registryName
field_25137
registry
private final Identifier
c
identifier
field_25138
value

Constructor summary

ModifierConstructor
private (Identifier registry, Identifier value)

Method summary

Modifier and TypeMethod
public static <T> com.mojang.serialization.Codec<ResourceKey<T>>
a(amt<? extends jq<T>> arg0)
codec(ResourceKey<? extends Registry<T>> arg0)
method_39154(class_5321<? extends class_2378<T>> arg0)
createCodec(RegistryKey<? extends Registry<T>> registry)
public static <T> StreamCodec<io.netty.buffer.ByteBuf, ResourceKey<T>>
b(amt<? extends jq<T>> arg0)
streamCodec(ResourceKey<? extends Registry<T>> arg0)
method_56038(class_5321<? extends class_2378<T>> arg0)
createPacketCodec(RegistryKey<? extends Registry<T>> registry)
public static <T> ResourceKey<T>
a(amt<? extends jq<T>> arg0, amo arg1)
create(ResourceKey<? extends Registry<T>> arg0, Identifier arg1)
method_29179(class_5321<? extends class_2378<T>> arg0, class_2960 arg1)
of(RegistryKey<? extends Registry<T>> registry, Identifier value)
public static <T> ResourceKey<Registry<T>>
a(amo arg0)
createRegistryKey(Identifier arg0)
method_29180(class_2960 arg0)
ofRegistry(Identifier registry)
private static <T> ResourceKey<T>
a(amo arg0, amo arg1)
create(Identifier arg0, Identifier arg1)
method_29181(class_2960 arg0, class_2960 arg1)
of(Identifier registry, Identifier value)
public boolean
c(amt<? extends jq<?>> arg0)
isFor(ResourceKey<? extends Registry<?>> arg0)
method_31163(class_5321<? extends class_2378<?>> arg0)
isOf(RegistryKey<? extends Registry<?>> registry)
public <E> Optional<ResourceKey<E>>
d(amt<? extends jq<E>> arg0)
cast(ResourceKey<? extends Registry<E>> arg0)
method_39752(class_5321<? extends class_2378<E>> arg0)
tryCast(RegistryKey<? extends Registry<E>> registryRef)
public Identifier
a()
identifier()
method_29177()
getValue()
public Identifier
b()
registry()
method_41185()
getRegistry()
public ResourceKey<Registry<T>>
c()
registryKey()
method_58273()
getRegistryRef()