Class BetaBeachConditionSource
java.lang.Object
net.frozenblock.wilderwild.worldgen.impl.conditionsource.BetaBeachConditionSource
- 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 BetaBeachConditionSource
extends Object
implements net.minecraft.world.level.levelgen.SurfaceRules.ConditionSource
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.util.KeyDispatchDataCodec<BetaBeachConditionSource> static booleanint -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.level.levelgen.SurfaceRules.Conditionapply(net.minecraft.world.level.levelgen.SurfaceRules.Context context) static @NotNull BetaBeachConditionSource@NotNull net.minecraft.util.KeyDispatchDataCodec<? extends net.minecraft.world.level.levelgen.SurfaceRules.ConditionSource> codec()@NotNull StringtoString()static int
-
Field Details
-
CODEC
-
GENERATE
public static volatile boolean GENERATE -
useless
public int useless
-
-
Method Details
-
betaBeachConditionSource
-
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
-