Uses of Interface
dev.wyck.wrapper.worldgen.surface.SurfaceRule
Packages that use SurfaceRule
-
Uses of SurfaceRule in dev.wyck.wrapper.level.noise
Methods in dev.wyck.wrapper.level.noise that return SurfaceRuleModifier and TypeMethodDescriptionNoiseGeneratorSettings.Data.surfaceRule()Returns the value of thesurfaceRulerecord component.Methods in dev.wyck.wrapper.level.noise with parameters of type SurfaceRuleModifier and TypeMethodDescriptionNoiseGeneratorSettings.Builder.surfaceRule(SurfaceRule surfaceRule) Constructors in dev.wyck.wrapper.level.noise with parameters of type SurfaceRuleModifierConstructorDescriptionData(@Nullable ResourceKey resourceKey, NoiseSettings noiseSettings, Material defaultBlock, Material defaultFluid, NoiseRouter noiseRouter, SurfaceRule surfaceRule, List<ClimatePoint> spawnTarget, int seaLevel, boolean disableMobGeneration, boolean aquifersEnabled, boolean oreVeinsEnabled, boolean useLegacyRandomSource) Creates an instance of aDatarecord class. -
Uses of SurfaceRule in dev.wyck.wrapper.worldgen.surface
Classes in dev.wyck.wrapper.worldgen.surface that implement SurfaceRuleModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordMethods in dev.wyck.wrapper.worldgen.surface that return SurfaceRuleModifier and TypeMethodDescriptionstatic SurfaceRuleSurfaceRule.bandlands()The badlands banded-terracotta rule.static SurfaceRulePlaces the given block's default state.static SurfaceRuleSurfaceRule.ifTrue(SurfaceCondition condition, SurfaceRule then) Applies a rule only when a condition holds.static SurfaceRuleSurfaceRule.sequence(List<SurfaceRule> rules) Evaluates rules in order, using the first that applies.SurfaceRule.Condition.then()Returns the value of thethenrecord component.Methods in dev.wyck.wrapper.worldgen.surface that return types with arguments of type SurfaceRuleModifier and TypeMethodDescriptionSurfaceRule.Sequence.rules()Returns the value of therulesrecord component.Methods in dev.wyck.wrapper.worldgen.surface with parameters of type SurfaceRuleModifier and TypeMethodDescriptionstatic SurfaceRuleSurfaceRule.ifTrue(SurfaceCondition condition, SurfaceRule then) Applies a rule only when a condition holds.SurfaceRule.Factory.toNms(SurfaceRule rule) Method parameters in dev.wyck.wrapper.worldgen.surface with type arguments of type SurfaceRuleModifier and TypeMethodDescriptionstatic SurfaceRuleSurfaceRule.sequence(List<SurfaceRule> rules) Evaluates rules in order, using the first that applies.Constructors in dev.wyck.wrapper.worldgen.surface with parameters of type SurfaceRuleModifierConstructorDescriptionCondition(SurfaceCondition condition, SurfaceRule then) Creates an instance of aConditionrecord class.Constructor parameters in dev.wyck.wrapper.worldgen.surface with type arguments of type SurfaceRuleModifierConstructorDescriptionSequence(List<SurfaceRule> rules) Creates an instance of aSequencerecord class.