Uses of Class
net.minecraft.util.collection.DataPool
Packages that use DataPool
Package
Description
The base package for all Minecraft classes.
-
Uses of DataPool in net.minecraft
Fields in net.minecraft declared as DataPoolModifier and TypeFieldDescriptionprivate final DataPool<List<class_8889>>
class_8893.groups
The field for thegroups
record component.private final DataPool<RegistryKey<StructurePool>>
class_8892.targets
The field for thetargets
record component.Methods in net.minecraft that return DataPoolModifier and TypeMethodDescriptionclass_8893.groups()
Returns the value of thegroups
record component.class_8892.targets()
Returns the value of thetargets
record component.Methods in net.minecraft with parameters of type DataPoolModifier and TypeMethodDescriptionstatic class_8892
class_8889.method_54504
(RegistryKey<StructurePool> registryKey, DataPool<RegistryKey<StructurePool>> dataPool) static class_8893
class_8889.method_54506
(DataPool<List<class_8889>> dataPool) static class_8892
class_8889.method_54507
(String string, DataPool<String> dataPool) Constructors in net.minecraft with parameters of type DataPoolModifierConstructorDescription(package private)
class_8892
(RegistryKey<StructurePool> registryKey, DataPool<RegistryKey<StructurePool>> dataPool) (package private)
class_8893
(DataPool<List<class_8889>> dataPool) -
Uses of DataPool in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return DataPoolModifier and TypeMethodDescriptionDataPool.Builder.build()
static <E> DataPool<E>
DataPool.empty()
static <E> DataPool<E>
DataPool.of
(E object) Methods in net.minecraft.util.collection that return types with arguments of type DataPoolModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<DataPool<E>>
DataPool.createCodec
(com.mojang.serialization.Codec<E> dataCodec) static <E> com.mojang.serialization.Codec<DataPool<E>>
DataPool.createEmptyAllowedCodec
(com.mojang.serialization.Codec<E> dataCodec) -
Uses of DataPool in net.minecraft.util.math.intprovider
Fields in net.minecraft.util.math.intprovider declared as DataPoolModifier and TypeFieldDescriptionprivate final DataPool<IntProvider>
WeightedListIntProvider.weightedList
Constructors in net.minecraft.util.math.intprovider with parameters of type DataPool -
Uses of DataPool in net.minecraft.world
Fields in net.minecraft.world declared as DataPoolModifier and TypeFieldDescriptionprivate DataPool<MobSpawnerEntry>
MobSpawnerLogic.spawnPotentials
Fields in net.minecraft.world with type parameters of type DataPoolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DataPool<MobSpawnerEntry>>
MobSpawnerEntry.DATA_POOL_CODEC
-
Uses of DataPool in net.minecraft.world.gen.heightprovider
Fields in net.minecraft.world.gen.heightprovider declared as DataPoolModifier and TypeFieldDescriptionprivate final DataPool<HeightProvider>
WeightedListHeightProvider.weightedList
Constructors in net.minecraft.world.gen.heightprovider with parameters of type DataPool -
Uses of DataPool in net.minecraft.world.gen.stateprovider
Fields in net.minecraft.world.gen.stateprovider declared as DataPoolModifier and TypeFieldDescriptionprivate final DataPool<BlockState>
WeightedBlockStateProvider.states
Methods in net.minecraft.world.gen.stateprovider with parameters of type DataPoolModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WeightedBlockStateProvider>
WeightedBlockStateProvider.wrap
(DataPool<BlockState> states) Constructors in net.minecraft.world.gen.stateprovider with parameters of type DataPool