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 doyintermediary net/minecraft/class_6581named net/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<NoiseThresholdBlockStateProvider>private final BlockStateprivate final floatprivate final List<BlockState>private final List<BlockState>private final floatFields inherited from class net.minecraft.world.gen.stateprovider.AbstractNoiseBlockStateProvider
noiseParameters, noiseSampler, scale, seedFields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC - 
Constructor Summary
ConstructorsConstructorDescriptionNoiseThresholdBlockStateProvider(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, getNoiseValueMethods inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
of, of 
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector official bLdoy;b:Lcom/mojang/serialization/Codec;intermediary field_34713Lnet/minecraft/class_6581;field_34713:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
 - 
threshold
private final float threshold- Mappings:
 Namespace Name Mixin selector official gLdoy;g:Fintermediary field_34714Lnet/minecraft/class_6581;field_34714:Fnamed thresholdLnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;threshold:F
 - 
highChance
private final float highChance- Mappings:
 Namespace Name Mixin selector official hLdoy;h:Fintermediary field_34715Lnet/minecraft/class_6581;field_34715:Fnamed highChanceLnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;highChance:F
 - 
defaultState
- Mappings:
 Namespace Name Mixin selector official iLdoy;i:Ldcb;intermediary field_34716Lnet/minecraft/class_6581;field_34716:Lnet/minecraft/class_2680;named defaultStateLnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;defaultState:Lnet/minecraft/block/BlockState;
 - 
lowStates
- Mappings:
 Namespace Name Mixin selector official jLdoy;j:Ljava/util/List;intermediary field_34717Lnet/minecraft/class_6581;field_34717:Ljava/util/List;named lowStatesLnet/minecraft/world/gen/stateprovider/NoiseThresholdBlockStateProvider;lowStates:Ljava/util/List;
 - 
highStates
- Mappings:
 Namespace Name Mixin selector official kLdoy;k:Ljava/util/List;intermediary field_34718Lnet/minecraft/class_6581;field_34718:Ljava/util/List;named highStatesLnet/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>Ldoy;<init>(JLdwh$a;FFFLdcb;Ljava/util/List;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_6581;<init>(JLnet/minecraft/class_5216$class_5487;FFFLnet/minecraft/class_2680;Ljava/util/List;Ljava/util/List;)Vnamed <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:
 getTypein classBlockStateProvider- Returns:
 - the type of this block state provider
 - Mappings:
 Namespace Name Mixin selector official aLdot;a()Ldou;intermediary method_28862Lnet/minecraft/class_4651;method_28862()Lnet/minecraft/class_4652;named getTypeLnet/minecraft/world/gen/stateprovider/BlockStateProvider;getType()Lnet/minecraft/world/gen/stateprovider/BlockStateProviderType;
 - 
get
Returns a provided block state.- Specified by:
 getin classBlockStateProvider- Returns:
 - a provided block state
 - Mappings:
 Namespace Name Mixin selector official aLdot;a(Lapf;Lgu;)Ldcb;intermediary method_23455Lnet/minecraft/class_4651;method_23455(Lnet/minecraft/class_5819;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;named getLnet/minecraft/world/gen/stateprovider/BlockStateProvider;get(Lnet/minecraft/util/math/random/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
 
 -