Class NoiseThresholdBlockStateProvider
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.AbstractNoiseBlockStateProvider
net.minecraft.world.gen.stateprovider.NoiseThresholdBlockStateProvider
- Mappings:
Namespace Name official dwe
intermediary net/minecraft/class_6581
named net/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseThresholdBlockStateProvider>
private final BlockState
private final float
private final List<BlockState>
private final List<BlockState>
private final float
Fields inherited from class net.minecraft.world.gen.stateprovider.AbstractNoiseBlockStateProvider
noiseParameters, noiseSampler, scale, seed
Fields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC
-
Constructor Summary
ConstructorDescriptionNoiseThresholdBlockStateProvider
(long seed, DoublePerlinNoiseSampler.NoiseParameters noiseParameters, float scale, float threshold, float highChance, BlockState defaultState, List<BlockState> lowStates, List<BlockState> highStates) -
Method Summary
Modifier and TypeMethodDescriptionReturns a provided block state.protected BlockStateProviderType<?>
getType()
Returns the type of this block state provider.Methods inherited from class net.minecraft.world.gen.stateprovider.AbstractNoiseBlockStateProvider
fillCodecFields, getNoiseValue
Methods inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
of, of
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Ldwe;b:Lcom/mojang/serialization/Codec;
intermediary field_34713
Lnet/minecraft/class_6581;field_34713:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
-
threshold
private final float threshold- Mappings:
Namespace Name Mixin selector official g
Ldwe;g:F
intermediary field_34714
Lnet/minecraft/class_6581;field_34714:F
named threshold
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;threshold:F
-
highChance
private final float highChance- Mappings:
Namespace Name Mixin selector official h
Ldwe;h:F
intermediary field_34715
Lnet/minecraft/class_6581;field_34715:F
named highChance
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;highChance:F
-
defaultState
- Mappings:
Namespace Name Mixin selector official i
Ldwe;i:Ldjh;
intermediary field_34716
Lnet/minecraft/class_6581;field_34716:Lnet/minecraft/class_2680;
named defaultState
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;defaultState:Lnet/minecraft/block/BlockState;
-
lowStates
- Mappings:
Namespace Name Mixin selector official j
Ldwe;j:Ljava/util/List;
intermediary field_34717
Lnet/minecraft/class_6581;field_34717:Ljava/util/List;
named lowStates
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;lowStates:Ljava/util/List;
-
highStates
- Mappings:
Namespace Name Mixin selector official k
Ldwe;k:Ljava/util/List;
intermediary field_34718
Lnet/minecraft/class_6581;field_34718:Ljava/util/List;
named highStates
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;highStates:Ljava/util/List;
-
-
Constructor Details
-
NoiseThresholdBlockStateProvider
public NoiseThresholdBlockStateProvider(long seed, DoublePerlinNoiseSampler.NoiseParameters noiseParameters, float scale, float threshold, float highChance, BlockState defaultState, List<BlockState> lowStates, List<BlockState> highStates) - Mappings:
Namespace Name Mixin selector official <init>
Ldwe;<init>(JLedu$a;FFFLdjh;Ljava/util/List;Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_6581;<init>(JLnet/minecraft/class_5216$class_5487;FFFLnet/minecraft/class_2680;Ljava/util/List;Ljava/util/List;)V
named <init>
Lnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;<init>(JLnet/minecraft/util/math/noise/DoublePerlinNoiseSampler$NoiseParameters;FFFLnet/minecraft/block/BlockState;Ljava/util/List;Ljava/util/List;)V
-
-
Method Details
-
getType
Returns the type of this block state provider.- Specified by:
getType
in classBlockStateProvider
- Returns:
- the type of this block state provider
- Mappings:
Namespace Name Mixin selector official a
Ldvz;a()Ldwa;
intermediary method_28862
Lnet/minecraft/class_4651;method_28862()Lnet/minecraft/class_4652;
named getType
Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;getType()Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
-
get
Returns a provided block state.- Specified by:
get
in classBlockStateProvider
- Returns:
- a provided block state
- Mappings:
Namespace Name Mixin selector official a
Ldvz;a(Lauv;Lhx;)Ldjh;
intermediary method_23455
Lnet/minecraft/class_4651;method_23455(Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named get
Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;get(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-