Package net.minecraft.core
Interface Holder<T>
- All Superinterfaces:
IReverseTag<T>
,Supplier<T>
- All Known Implementing Classes:
Holder.Direct
,Holder.Reference
,RegistrySetBuilder.LazyHolder
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
static enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canSerializeIn
(HolderOwner<T> p_255833_) default boolean
containsTag
(TagKey<T> key) static <T> Holder<T>
direct
(T p_205710_) default T
get()
boolean
is
(Predicate<ResourceKey<T>> p_205711_) boolean
is
(ResourceKey<T> p_205712_) boolean
is
(ResourceLocation p_205713_) boolean
boolean
isBound()
kind()
tags()
com.mojang.datafixers.util.Either<ResourceKey<T>,
T> unwrap()
value()
Methods inherited from interface net.minecraftforge.registries.tags.IReverseTag
containsTag
-
Method Details
-
containsTag
- Specified by:
containsTag
in interfaceIReverseTag<T>
-
getTagKeys
- Specified by:
getTagKeys
in interfaceIReverseTag<T>
-
get
-
value
T value() -
isBound
boolean isBound() -
is
-
is
-
is
-
is
-
tags
-
unwrap
com.mojang.datafixers.util.Either<ResourceKey<T>,T> unwrap() -
unwrapKey
Optional<ResourceKey<T>> unwrapKey() -
kind
Holder.Kind kind() -
canSerializeIn
-
direct
-