Package net.minecraft.world.gen.feature
Class ShipwreckFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.ShipwreckFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class ShipwreckFeatureConfig extends Object implements FeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<ShipwreckFeatureConfig>CODECbooleanisBeachedFields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT -
Constructor Summary
Constructors Constructor Description ShipwreckFeatureConfig(boolean isBeached) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
method_30649
-
Field Details
-
CODEC
-
isBeached
public final boolean isBeached
-
-
Constructor Details
-
ShipwreckFeatureConfig
public ShipwreckFeatureConfig(boolean isBeached)
-