Class ConfiguredPlacement<DC extends IPlacementConfig>
java.lang.Object
net.minecraft.world.gen.placement.ConfiguredPlacement<DC>
- All Implemented Interfaces:
IDecoratable<ConfiguredPlacement<?>>
public class ConfiguredPlacement<DC extends IPlacementConfig>
extends Object
implements IDecoratable<ConfiguredPlacement<?>>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfig()
decorated
(ConfiguredPlacement<?> p_227228_1_) getPositions
(WorldDecoratingHelper p_242876_1_, Random p_242876_2_, BlockPos p_242876_3_) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.IDecoratable
chance, count, count, countRandom, range, squared
-
Field Details
-
CODEC
-
decorator
-
config
-
-
Constructor Details
-
ConfiguredPlacement
-
-
Method Details
-
getPositions
public Stream<BlockPos> getPositions(WorldDecoratingHelper p_242876_1_, Random p_242876_2_, BlockPos p_242876_3_) -
toString
-
decorated
- Specified by:
decorated
in interfaceIDecoratable<DC extends IPlacementConfig>
-
config
-