Uses of Class
net.minecraft.util.collection.DataPool
| Package | Description |
|---|---|
| net.minecraft.util.collection | |
| net.minecraft.world.gen.feature | |
| net.minecraft.world.gen.stateprovider |
-
Uses of DataPool in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return DataPool Modifier and Type Method Description DataPool<E>DataPool.Builder. build()Methods in net.minecraft.util.collection that return types with arguments of type DataPool Modifier and Type Method Description static <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 DataPool Modifier and Type Field Description DataPool<IntProvider>GrowingPlantFeatureConfig. heightDistributionConstructors in net.minecraft.world.gen.feature with parameters of type DataPool Constructor Description GrowingPlantFeatureConfig(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 DataPool Modifier and Type Field Description private DataPool<BlockState>WeightedBlockStateProvider. statesMethods in net.minecraft.world.gen.stateprovider with parameters of type DataPool Modifier and Type Method Description private static com.mojang.serialization.DataResult<WeightedBlockStateProvider>WeightedBlockStateProvider. wrap(DataPool<BlockState> states)Constructors in net.minecraft.world.gen.stateprovider with parameters of type DataPool Constructor Description WeightedBlockStateProvider(DataPool<BlockState> states)