net.minecraft.world.gen.root

public record MangroveRootPlacement

net.minecraft.world.level.levelgen.feature.rootplacers.MangroveRootPlacement
net.minecraft.world.level.levelgen.feature.rootplacers.MangroveRootPlacement
net.minecraft.class_7399
net.minecraft.world.gen.root.MangroveRootPlacement

Field summary

Modifier and TypeField
private final RegistryEntryList<Block>
canGrowThrough
canGrowThrough
comp_719
canGrowThrough
private final RegistryEntryList<Block>
muddyRootsIn
muddyRootsIn
comp_720
muddyRootsIn
private final RegistryEntry<BlockStateProvider>
muddyRootsProvider
muddyRootsProvider
comp_721
muddyRootsProvider
private final int
maxRootWidth
maxRootWidth
comp_722
maxRootWidth
private final int
maxRootLength
maxRootLength
comp_723
maxRootLength
private final float
randomSkewChance
randomSkewChance
comp_724
randomSkewChance
public static final com.mojang.serialization.Codec<MangroveRootPlacement>
CODEC
CODEC
field_38866
CODEC

Constructor summary

ModifierConstructor
public (RegistryEntryList<Block> canGrowThrough, RegistryEntryList<Block> muddyRootsIn, RegistryEntry<BlockStateProvider> muddyRootsProvider, int maxRootWidth, int maxRootLength, float randomSkewChance)

Method summary

Modifier and TypeMethod
public RegistryEntryList<Block>
canGrowThrough()
canGrowThrough()
comp_719()
canGrowThrough()
public RegistryEntryList<Block>
muddyRootsIn()
muddyRootsIn()
comp_720()
muddyRootsIn()
public RegistryEntry<BlockStateProvider>
muddyRootsProvider()
muddyRootsProvider()
comp_721()
muddyRootsProvider()
public int
maxRootWidth()
maxRootWidth()
comp_722()
maxRootWidth()
public int
maxRootLength()
maxRootLength()
comp_723()
maxRootLength()
public float
randomSkewChance()
randomSkewChance()
comp_724()
randomSkewChance()