类 TagLoader<T>
java.lang.Object
net.minecraft.tags.TagLoader<T>
-
嵌套类概要
嵌套类修饰符和类型类说明static final record
(专用程序包) static final record
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build
(Map<ResourceLocation, List<TagLoader.EntryWithSource>> pBuilders) private com.mojang.datafixers.util.Either<Collection<TagLoader.EntryWithSource>,
Collection<T>> build
(TagEntry.Lookup<T> pLookup, List<TagLoader.EntryWithSource> pEntries) load
(ResourceManager pResourceManager) loadAndBuild
(ResourceManager pResourceManager)
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
idToValue
-
directory
-
-
构造器详细资料
-
TagLoader
-
-
方法详细资料
-
load
-
build
private com.mojang.datafixers.util.Either<Collection<TagLoader.EntryWithSource>,Collection<T>> build(TagEntry.Lookup<T> pLookup, List<TagLoader.EntryWithSource> pEntries) -
build
public Map<ResourceLocation,Collection<T>> build(Map<ResourceLocation, List<TagLoader.EntryWithSource>> pBuilders) -
loadAndBuild
-