Uses of Record Class
net.minecraft.world.level.levelgen.SurfaceRules.StateRule
Packages that use SurfaceRules.StateRule
-
Uses of SurfaceRules.StateRule in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as SurfaceRules.StateRuleModifier and TypeFieldDescriptionprivate final SurfaceRules.StateRule
SurfaceRules.BlockRuleSource.rule
The field for therule
record component.Methods in net.minecraft.world.level.levelgen that return SurfaceRules.StateRuleModifier and TypeMethodDescriptionSurfaceRules.BlockRuleSource.rule()
Returns the value of therule
record component.Constructors in net.minecraft.world.level.levelgen with parameters of type SurfaceRules.StateRuleModifierConstructorDescription(package private)
BlockRuleSource
(BlockState resultState, SurfaceRules.StateRule rule) Creates an instance of aBlockRuleSource
record class.