Search in sources :

Example 1 with WorldGenFire

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

the class NetherFireBuilder method build.

@Override
public NetherFire build() throws IllegalStateException {
    NetherFire pop = (NetherFire) new WorldGenFire();
    pop.setFirePerCluster(this.cluster);
    pop.setClustersPerChunk(this.count);
    return pop;
}
Also used : WorldGenFire(net.minecraft.world.gen.feature.WorldGenFire) NetherFire(org.spongepowered.api.world.gen.populator.NetherFire)

Aggregations

WorldGenFire (net.minecraft.world.gen.feature.WorldGenFire)1 NetherFire (org.spongepowered.api.world.gen.populator.NetherFire)1