Package net.minecraft.world.gen.feature
Class ReplaceBlobsFeatureConfig
java.lang.Object
net.minecraft.world.gen.feature.ReplaceBlobsFeatureConfig
- All Implemented Interfaces:
FeatureConfig
public class ReplaceBlobsFeatureConfig extends Object implements FeatureConfig
- Mappings:
Namespace Name official cuv
intermediary net/minecraft/class_5437
named net/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<ReplaceBlobsFeatureConfig>
CODEC
private IntProvider
radius
BlockState
state
BlockState
target
Fields inherited from interface net.minecraft.world.gen.feature.FeatureConfig
DEFAULT
-
Constructor Summary
Constructors Constructor Description ReplaceBlobsFeatureConfig(BlockState target, BlockState state, IntProvider radius)
-
Method Summary
Modifier and Type Method Description IntProvider
getRadius()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.gen.feature.FeatureConfig
getDecoratedFeatures
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lcuv;a:Lcom/mojang/serialization/Codec;
intermediary field_25848
Lnet/minecraft/class_5437;field_25848:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig;CODEC:Lcom/mojang/serialization/Codec;
-
target
- Mappings:
Namespace Name Mixin selector official b
Lcuv;b:Lcjr;
intermediary field_25849
Lnet/minecraft/class_5437;field_25849:Lnet/minecraft/class_2680;
named target
Lnet/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig;target:Lnet/minecraft/block/BlockState;
-
state
- Mappings:
Namespace Name Mixin selector official c
Lcuv;c:Lcjr;
intermediary field_25850
Lnet/minecraft/class_5437;field_25850:Lnet/minecraft/class_2680;
named state
Lnet/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig;state:Lnet/minecraft/block/BlockState;
-
radius
- Mappings:
Namespace Name Mixin selector official d
Lcuv;d:Laqo;
intermediary field_25851
Lnet/minecraft/class_5437;field_25851:Lnet/minecraft/class_6017;
named radius
Lnet/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig;radius:Lnet/minecraft/util/math/intprovider/IntProvider;
-
-
Constructor Details
-
ReplaceBlobsFeatureConfig
- Mappings:
Namespace Name Mixin selector official <init>
Lcuv;<init>(Lcjr;Lcjr;Laqo;)V
intermediary <init>
Lnet/minecraft/class_5437;<init>(Lnet/minecraft/class_2680;Lnet/minecraft/class_2680;Lnet/minecraft/class_6017;)V
named <init>
Lnet/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig;<init>(Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/intprovider/IntProvider;)V
-
-
Method Details
-
getRadius
- Mappings:
Namespace Name Mixin selector official b
Lcuv;b()Laqo;
intermediary method_30405
Lnet/minecraft/class_5437;method_30405()Lnet/minecraft/class_6017;
named getRadius
Lnet/minecraft/world/gen/feature/ReplaceBlobsFeatureConfig;getRadius()Lnet/minecraft/util/math/intprovider/IntProvider;
-