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.StateRuleSurfaceRules.BlockRuleSource.ruleThe field for therulerecord component.Methods in net.minecraft.world.level.levelgen that return SurfaceRules.StateRuleModifier and TypeMethodDescriptionSurfaceRules.BlockRuleSource.rule()Returns the value of therulerecord 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 aBlockRuleSourcerecord class.