net.minecraft.core

public class Holder$Reference<T>

implements Holder<T>

jq$c
net.minecraft.core.Holder$Reference
net.minecraft.class_6880$class_6883
net.minecraft.registry.entry.RegistryEntry$Reference
net.minecraft.core.Holder$c

Field summary

Modifier and TypeField
private final HolderOwner<T>
a
owner
field_40930
owner
private Set<TagKey<T>>
b
tags
field_36450
tags
private final Holder$Reference$Type
c
type
field_36451
referenceType
private ResourceKey<T>
d
key
field_36452
registryKey
private T
e
value
field_36453
value

Constructor summary

ModifierConstructor
protected (Holder$Reference$Type referenceType, HolderOwner<T> owner, ResourceKey<T> registryKey, T value)

Method summary

Modifier and TypeMethod
public static <T> Holder$Reference<T>
a(jt<T> arg0, aly<T> arg1)
createStandAlone(HolderOwner<T> arg0, ResourceKey<T> arg1)
method_40234(class_7876<T> arg0, class_5321<T> arg1)
standAlone(RegistryEntryOwner<T> owner, RegistryKey<T> registryKey)
public static <T> Holder$Reference<T>
a(jt<T> arg0, T arg1)
createIntrusive(HolderOwner<T> arg0, T arg1)
method_40233(class_7876<T> arg0, T arg1)
intrusive(RegistryEntryOwner<T> owner, T value)
public ResourceKey<T>
h()
key()
method_40237()
registryKey()
public T
a()
value()
comp_349()
value()
public boolean
a(alz arg0)
is(ResourceLocation arg0)
method_40226(class_2960 arg0)
matchesId(Identifier arg0)
public boolean
a(aly<T> arg0)
is(ResourceKey<T> arg0)
method_40225(class_5321<T> arg0)
matchesKey(RegistryKey<T> arg0)
private Set<TagKey<T>>
i()
boundTags()
method_62677()
getTags()
public boolean
a(ayk<T> arg0)
is(TagKey<T> arg0)
method_40220(class_6862<T> arg0)
isIn(TagKey<T> arg0)
public boolean
a(jq<T> arg0)
is(Holder<T> arg0)
method_55838(class_6880<T> arg0)
matches(RegistryEntry<T> arg0)
public boolean
a(Predicate<aly<T>> arg0)
is(Predicate<ResourceKey<T>> arg0)
method_40224(Predicate<class_5321<T>> arg0)
matches(Predicate<RegistryKey<T>> arg0)
public boolean
a(jt<T> arg0)
canSerializeIn(HolderOwner<T> arg0)
method_46745(class_7876<T> arg0)
ownerEquals(RegistryEntryOwner<T> arg0)
public com.mojang.datafixers.util.Either<ResourceKey<T>, T>
d()
unwrap()
method_40229()
getKeyOrValue()
public Optional<ResourceKey<T>>
e()
unwrapKey()
method_40230()
getKey()
public Holder$Kind
f()
kind()
method_40231()
getType()
public boolean
b()
isBound()
method_40227()
hasKeyAndValue()
void
b(aly<T> arg0)
bindKey(ResourceKey<T> arg0)
method_45917(class_5321<T> arg0)
setRegistryKey(RegistryKey<T> registryKey)
protected void
b(T arg0)
bindValue(T arg0)
method_45918(T arg0)
setValue(T value)
void
a(Collection<ayk<T>> arg0)
bindTags(Collection<TagKey<T>> arg0)
method_40235(Collection<class_6862<T>> arg0)
setTags(Collection<TagKey<T>> tags)
public Stream<TagKey<T>>
c()
tags()
method_40228()
streamTags()