Uses of Class
net.minecraft.class_6005
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.world.gen.feature | |
| net.minecraft.world.gen.stateprovider |
-
Uses of class_6005 in net.minecraft
Methods in net.minecraft that return class_6005 Modifier and Type Method Description class_6005<E>class_6005.class_6006. method_34974()Methods in net.minecraft that return types with arguments of type class_6005 Modifier and Type Method Description static <E> com.mojang.serialization.Codec<class_6005<E>>class_6005. method_34972(com.mojang.serialization.Codec<E> codec) -
Uses of class_6005 in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as class_6005 Modifier and Type Field Description class_6005<IntProvider>GrowingPlantFeatureConfig. heightDistributionConstructors in net.minecraft.world.gen.feature with parameters of type class_6005 Constructor Description GrowingPlantFeatureConfig(class_6005<IntProvider> heightDistribution, Direction direction, BlockStateProvider bodyProvider, BlockStateProvider headProvider, boolean allowWater) -
Uses of class_6005 in net.minecraft.world.gen.stateprovider
Fields in net.minecraft.world.gen.stateprovider declared as class_6005 Modifier and Type Field Description private class_6005<BlockState>WeightedBlockStateProvider. statesMethods in net.minecraft.world.gen.stateprovider with parameters of type class_6005 Modifier and Type Method Description private static com.mojang.serialization.DataResult<WeightedBlockStateProvider>WeightedBlockStateProvider. wrap(class_6005<BlockState> states)Constructors in net.minecraft.world.gen.stateprovider with parameters of type class_6005 Constructor Description WeightedBlockStateProvider(class_6005<BlockState> states)