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 TypeClassDescription(package private) final class
(package private) static final class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static class
(package private) static final record
Fields in net.minecraft.world.level.levelgen declared as SurfaceRules.ConditionModifier and TypeFieldDescription(package private) final SurfaceRules.Condition
SurfaceRules.Context.abovePreliminarySurface
private final SurfaceRules.Condition
SurfaceRules.TestRule.condition
The field for thecondition
record component.(package private) final SurfaceRules.Condition
SurfaceRules.Context.hole
(package private) final SurfaceRules.Condition
SurfaceRules.Context.steep
private final SurfaceRules.Condition
SurfaceRules.NotCondition.target
The field for thetarget
record component.(package private) final SurfaceRules.Condition
SurfaceRules.Context.temperature
Methods in net.minecraft.world.level.levelgen that return SurfaceRules.ConditionModifier and TypeMethodDescriptionSurfaceRules.AbovePreliminarySurface.apply
(SurfaceRules.Context p_189437_) SurfaceRules.BiomeConditionSource.apply
(SurfaceRules.Context p_189496_) SurfaceRules.Hole.apply
(SurfaceRules.Context p_189608_) SurfaceRules.NoiseThresholdConditionSource.apply
(SurfaceRules.Context p_189640_) SurfaceRules.NotConditionSource.apply
(SurfaceRules.Context p_189674_) SurfaceRules.Steep.apply
(SurfaceRules.Context p_189733_) SurfaceRules.StoneDepthCheck.apply
(SurfaceRules.Context p_189755_) SurfaceRules.Temperature.apply
(SurfaceRules.Context p_189786_) SurfaceRules.VerticalGradientConditionSource.apply
(SurfaceRules.Context p_189841_) SurfaceRules.WaterConditionSource.apply
(SurfaceRules.Context p_189876_) SurfaceRules.YConditionSource.apply
(SurfaceRules.Context p_189457_) SurfaceRules.TestRule.condition()
Returns the value of thecondition
record component.SurfaceRules.NotCondition.target()
Returns the value of thetarget
record component.Constructors in net.minecraft.world.level.levelgen with parameters of type SurfaceRules.ConditionModifierConstructorDescription(package private)
NotCondition
(SurfaceRules.Condition target) Creates an instance of aNotCondition
record class.(package private)
TestRule
(SurfaceRules.Condition condition, SurfaceRules.SurfaceRule followup) Creates an instance of aTestRule
record class.