Uses of Interface
net.minecraft.world.level.levelgen.SurfaceRules.Condition
Packages that use SurfaceRules.Condition
-
Uses of SurfaceRules.Condition in net.minecraft.world.level.levelgen
Classes in net.minecraft.world.level.levelgen that implement SurfaceRules.ConditionModifier and TypeClassDescriptionprivate final classprivate static final classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static final recordSubinterfaces with type arguments of type SurfaceRules.Condition in net.minecraft.world.level.levelgenFields in net.minecraft.world.level.levelgen declared as SurfaceRules.ConditionModifier and TypeFieldDescriptionprivate final SurfaceRules.ConditionSurfaceRules.Context.abovePreliminarySurfaceprivate final SurfaceRules.ConditionSurfaceRules.TestRule.conditionThe field for theconditionrecord component.private final SurfaceRules.ConditionSurfaceRules.Context.holeprivate final SurfaceRules.ConditionSurfaceRules.Context.steepprivate final SurfaceRules.ConditionSurfaceRules.NotCondition.targetThe field for thetargetrecord component.private final SurfaceRules.ConditionSurfaceRules.Context.temperatureMethods in net.minecraft.world.level.levelgen that return SurfaceRules.ConditionModifier and TypeMethodDescriptionSurfaceRules.AbovePreliminarySurface.apply(SurfaceRules.Context context) SurfaceRules.BiomeConditionSource.apply(SurfaceRules.Context ruleContext) SurfaceRules.Hole.apply(SurfaceRules.Context context) SurfaceRules.NoiseThresholdConditionSource.apply(SurfaceRules.Context ruleContext) SurfaceRules.NotConditionSource.apply(SurfaceRules.Context context) SurfaceRules.Steep.apply(SurfaceRules.Context context) SurfaceRules.StoneDepthCheck.apply(SurfaceRules.Context ruleContext) SurfaceRules.Temperature.apply(SurfaceRules.Context context) SurfaceRules.VerticalGradientConditionSource.apply(SurfaceRules.Context ruleContext) SurfaceRules.WaterConditionSource.apply(SurfaceRules.Context ruleContext) SurfaceRules.YConditionSource.apply(SurfaceRules.Context ruleContext) SurfaceRules.TestRule.condition()Returns the value of theconditionrecord component.SurfaceRules.NotCondition.target()Returns the value of thetargetrecord component.Constructors in net.minecraft.world.level.levelgen with parameters of type SurfaceRules.ConditionModifierConstructorDescriptionprivateNotCondition(SurfaceRules.Condition target) Creates an instance of aNotConditionrecord class.privateTestRule(SurfaceRules.Condition condition, SurfaceRules.SurfaceRule followup) Creates an instance of aTestRulerecord class.