java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.materialproviders.spaceanddepth.conditions.SmallerThanCondition
All Implemented Interfaces:
SpaceAndDepthMaterialProvider.Condition

public class SmallerThanCondition extends Object implements SpaceAndDepthMaterialProvider.Condition
  • Field Details

    • threshold

      private final int threshold
    • parameter

      @Nonnull private final ConditionParameter parameter
  • Constructor Details

    • SmallerThanCondition

      public SmallerThanCondition(int threshold, @Nonnull ConditionParameter parameter)
  • Method Details