Class SnowUnderMountainConditionSource
java.lang.Object
net.frozenblock.wilderwild.worldgen.impl.conditionsource.SnowUnderMountainConditionSource
- All Implemented Interfaces:
Function<net.minecraft.world.level.levelgen.SurfaceRules.Context,,net.minecraft.world.level.levelgen.SurfaceRules.Condition> net.minecraft.world.level.levelgen.SurfaceRules.ConditionSource
public final class SnowUnderMountainConditionSource
extends Object
implements net.minecraft.world.level.levelgen.SurfaceRules.ConditionSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.util.KeyDispatchDataCodec<SnowUnderMountainConditionSource> static booleanint -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.levelgen.SurfaceRules.Conditionapply(net.minecraft.world.level.levelgen.SurfaceRules.Context context) @NotNull net.minecraft.util.KeyDispatchDataCodec<? extends net.minecraft.world.level.levelgen.SurfaceRules.ConditionSource> codec()static @NotNull SnowUnderMountainConditionSource@NotNull StringtoString()static int
-
Field Details
-
CODEC
-
GENERATE
public static volatile boolean GENERATE -
useless
public int useless
-
-
Method Details
-
snowUnderMountainConditionSource
-
useless
-
codec
@NotNull public @NotNull net.minecraft.util.KeyDispatchDataCodec<? extends net.minecraft.world.level.levelgen.SurfaceRules.ConditionSource> codec()- Specified by:
codecin interfacenet.minecraft.world.level.levelgen.SurfaceRules.ConditionSource
-
apply
@NotNull public net.minecraft.world.level.levelgen.SurfaceRules.Condition apply(@NotNull net.minecraft.world.level.levelgen.SurfaceRules.Context context) -
toString
-