Class RandomBooleanFeature

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

public class RandomBooleanFeature extends Feature<RandomBooleanFeature.Config>
A meta-feature that performs a boolean roll to decide between two distinct sub-features.
  • Constructor Details

    • RandomBooleanFeature

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