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 DataPoolMethods 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) -
Uses of DataPool in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as DataPoolModifier and TypeFieldDescriptionfinal DataPool<IntProvider>
GrowingPlantFeatureConfig.heightDistribution
Constructors in net.minecraft.world.gen.feature with parameters of type DataPoolModifierConstructorDescriptionGrowingPlantFeatureConfig
(DataPool<IntProvider> heightDistribution, Direction direction, BlockStateProvider bodyProvider, BlockStateProvider headProvider, boolean allowWater) -
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