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. COUNT
static Decorator<CountConfig>
Decorator. COUNT_MULTILAYER
static Decorator<CountConfig>
Decorator. GLOWSTONE
Methods in net.minecraft.world.gen.decorator with parameters of type CountConfig Modifier and Type Method Description protected int
CountDecorator. getCount(Random random, CountConfig countConfig, BlockPos blockPos)
protected int
GlowstoneDecorator. 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_PICKLE
Method parameters in net.minecraft.world.gen.feature with type arguments of type CountConfig Modifier and Type Method Description boolean
SeaPickleFeature. 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)