Class SimpleRandomFeature

java.lang.Object
com.github.darksoulq.abyssallib.world.gen.feature.Feature<SimpleRandomFeature.Config>
com.github.darksoulq.abyssallib.world.gen.feature.impl.SimpleRandomFeature

public class SimpleRandomFeature extends Feature<SimpleRandomFeature.Config>
A meta-feature that randomly selects exactly one sub-feature from a provided list, giving each option an equal probability of selection.
  • Constructor Details

    • SimpleRandomFeature

      public SimpleRandomFeature()
      Constructs a new SimpleRandomFeature with its associated configuration codec.
  • Method Details