Search in sources :

Example 1 with WorldGenIcePath

use of net.minecraft.world.gen.feature.WorldGenIcePath in project SpongeCommon by SpongePowered.

the class IcePathBuilder method build.

@Override
public IcePath build() throws IllegalStateException {
    IcePath pop = (IcePath) new WorldGenIcePath(4);
    pop.setRadius(this.radius);
    pop.setSectionsPerChunk(this.count);
    return pop;
}
Also used : WorldGenIcePath(net.minecraft.world.gen.feature.WorldGenIcePath) WorldGenIcePath(net.minecraft.world.gen.feature.WorldGenIcePath) IcePath(org.spongepowered.api.world.gen.populator.IcePath)

Aggregations

WorldGenIcePath (net.minecraft.world.gen.feature.WorldGenIcePath)1 IcePath (org.spongepowered.api.world.gen.populator.IcePath)1