Class WeightedBlockStateProvider
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.world.gen.stateprovider.WeightedBlockStateProvider
public class WeightedBlockStateProvider extends BlockStateProvider
- Mappings:
Namespace Name official ctn
intermediary net/minecraft/class_4657
named net/minecraft/world/gen/stateprovider/WeightedBlockStateProvider
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<WeightedBlockStateProvider>
CODEC
private WeightedList<BlockState>
states
Fields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC
-
Constructor Summary
Constructors Modifier Constructor Description WeightedBlockStateProvider()
private
WeightedBlockStateProvider(WeightedList<BlockState> states)
-
Method Summary
Modifier and Type Method Description WeightedBlockStateProvider
addState(BlockState state, int weight)
BlockState
getBlockState(Random random, BlockPos pos)
protected BlockStateProviderType<?>
getType()
private static com.mojang.serialization.DataResult<WeightedBlockStateProvider>
wrap(WeightedList<BlockState> states)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lctn;b:Lcom/mojang/serialization/Codec;
intermediary field_24946
Lnet/minecraft/class_4657;field_24946:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/stateprovider/WeightedBlockStateProvider;CODEC:Lcom/mojang/serialization/Codec;
-
states
- Mappings:
Namespace Name Mixin selector official c
Lctn;c:Lavr;
intermediary field_21315
Lnet/minecraft/class_4657;field_21315:Lnet/minecraft/class_4131;
named states
Lnet/minecraft/world/gen/stateprovider/WeightedBlockStateProvider;states:Lnet/minecraft/util/collection/WeightedList;
-
-
Constructor Details
-
WeightedBlockStateProvider
- Mappings:
Namespace Name Mixin selector official <init>
Lctn;<init>(Lavr;)V
intermediary <init>
Lnet/minecraft/class_4657;<init>(Lnet/minecraft/class_4131;)V
named <init>
Lnet/minecraft/world/gen/stateprovider/WeightedBlockStateProvider;<init>(Lnet/minecraft/util/collection/WeightedList;)V
-
WeightedBlockStateProvider
public WeightedBlockStateProvider()
-
-
Method Details
-
wrap
private static com.mojang.serialization.DataResult<WeightedBlockStateProvider> wrap(WeightedList<BlockState> states)- Mappings:
Namespace Name Mixin selector official a
Lctn;a(Lavr;)Lcom/mojang/serialization/DataResult;
intermediary method_28868
Lnet/minecraft/class_4657;method_28868(Lnet/minecraft/class_4131;)Lcom/mojang/serialization/DataResult;
named wrap
Lnet/minecraft/world/gen/stateprovider/WeightedBlockStateProvider;wrap(Lnet/minecraft/util/collection/WeightedList;)Lcom/mojang/serialization/DataResult;
-
getType
- Specified by:
getType
in classBlockStateProvider
- Mappings:
Namespace Name Mixin selector official a
Lcth;a()Lcti;
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;
-
addState
- Mappings:
Namespace Name Mixin selector official a
Lctn;a(Lcht;I)Lctn;
intermediary method_23458
Lnet/minecraft/class_4657;method_23458(Lnet/minecraft/class_2680;I)Lnet/minecraft/class_4657;
named addState
Lnet/minecraft/world/gen/stateprovider/WeightedBlockStateProvider;addState(Lnet/minecraft/block/BlockState;I)Lnet/minecraft/world/gen/stateprovider/WeightedBlockStateProvider;
-
getBlockState
- Specified by:
getBlockState
in classBlockStateProvider
- Mappings:
Namespace Name Mixin selector official a
Lcth;a(Ljava/util/Random;Lfx;)Lcht;
intermediary method_23455
Lnet/minecraft/class_4651;method_23455(Ljava/util/Random;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
named getBlockState
Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;getBlockState(Ljava/util/Random;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
-