Uses of Class
net.minecraft.world.gen.CountConfig
| Package | Description |
|---|---|
| net.minecraft.world.gen | |
| net.minecraft.world.gen.decorator | |
| net.minecraft.world.gen.feature |
-
Uses of CountConfig in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type CountConfig Modifier and Type Field Description static com.mojang.serialization.Codec<CountConfig>CountConfig. CODEC -
Uses of CountConfig in net.minecraft.world.gen.decorator
Fields in net.minecraft.world.gen.decorator with type parameters of type CountConfig Modifier and Type Field Description static Decorator<CountConfig>Decorator. COUNTstatic Decorator<CountConfig>Decorator. COUNT_MULTILAYERstatic Decorator<CountConfig>Decorator. GLOWSTONEMethods in net.minecraft.world.gen.decorator with parameters of type CountConfig Modifier and Type Method Description protected intCountDecorator. getCount(Random random, CountConfig countConfig, BlockPos blockPos)protected intGlowstoneDecorator. getCount(Random random, CountConfig countConfig, BlockPos blockPos)Stream<BlockPos>CountMultilayerDecorator. getPositions(DecoratorContext decoratorContext, Random random, CountConfig countConfig, BlockPos blockPos)Constructor parameters in net.minecraft.world.gen.decorator with type arguments of type CountConfig Constructor Description CountDecorator(com.mojang.serialization.Codec<CountConfig> configCodec)CountMultilayerDecorator(com.mojang.serialization.Codec<CountConfig> configCodec)GlowstoneDecorator(com.mojang.serialization.Codec<CountConfig> configCodec) -
Uses of CountConfig in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type CountConfig Modifier and Type Field Description static Feature<CountConfig>Feature. SEA_PICKLEMethod parameters in net.minecraft.world.gen.feature with type arguments of type CountConfig Modifier and Type Method Description booleanSeaPickleFeature. generate(FeatureContext<CountConfig> context)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type CountConfig Constructor Description SeaPickleFeature(com.mojang.serialization.Codec<CountConfig> configCodec)