Uses of Class
net.minecraft.util.collection.DataPool
Package
Description
-
Uses of DataPool in net.minecraft.util.collection
Modifier 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
Modifier and TypeFieldDescriptionfinal DataPool<IntProvider>
GrowingPlantFeatureConfig.heightDistribution
ModifierConstructorDescriptionGrowingPlantFeatureConfig
(DataPool<IntProvider> heightDistribution, Direction direction, BlockStateProvider bodyProvider, BlockStateProvider headProvider, boolean allowWater) -
Uses of DataPool in net.minecraft.world.gen.stateprovider
Modifier and TypeFieldDescriptionprivate final DataPool<BlockState>
WeightedBlockStateProvider.states
Modifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<WeightedBlockStateProvider>
WeightedBlockStateProvider.wrap
(DataPool<BlockState> states)