Uses of Class
net.minecraft.util.collection.DataPool
Packages that use DataPool
Package
Description
-
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