Uses of Interface
net.minecraft.world.level.levelgen.SurfaceRules.SurfaceRule
-
Uses of SurfaceRules.SurfaceRule in net.minecraft.world.level.levelgen
Modifier and TypeClassDescription(package private) static final record
(package private) static final record
(package private) static final record
Modifier and TypeFieldDescriptionprivate final SurfaceRules.SurfaceRule
SurfaceRules.TestRule.followup
The field for thefollowup
record component.Modifier and TypeFieldDescriptionprivate final List<SurfaceRules.SurfaceRule>
SurfaceRules.SequenceRule.rules
The field for therules
record component.Modifier and TypeMethodDescriptionSurfaceRules.Bandlands.apply
(SurfaceRules.Context p_189482_) SurfaceRules.BlockRuleSource.apply
(SurfaceRules.Context p_189523_) SurfaceRules.SequenceRuleSource.apply
(SurfaceRules.Context p_189704_) SurfaceRules.TestRuleSource.apply
(SurfaceRules.Context p_189819_) SurfaceRules.TestRule.followup()
Returns the value of thefollowup
record component.Modifier and TypeMethodDescriptionSurfaceRules.SequenceRule.rules()
Returns the value of therules
record component.ModifierConstructorDescription(package private)
TestRule
(SurfaceRules.Condition condition, SurfaceRules.SurfaceRule followup) Creates an instance of aTestRule
record class.ModifierConstructorDescription(package private)
SequenceRule
(List<SurfaceRules.SurfaceRule> rules) Creates an instance of aSequenceRule
record class.