Package net.minecraft
Class class_5929
java.lang.Object
net.minecraft.world.gen.stateprovider.BlockStateProvider
net.minecraft.class_5929
public class class_5929 extends BlockStateProvider
- Mappings:
Namespace Name official cvc
intermediary net/minecraft/class_5929
named net/minecraft/class_5929
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<class_5929>
field_29301
private BlockStateProvider
field_29302
private String
field_29303
private @Nullable IntProperty
field_29304
private UniformIntDistribution
field_29305
Fields inherited from class net.minecraft.world.gen.stateprovider.BlockStateProvider
TYPE_CODEC
-
Constructor Summary
Constructors Constructor Description class_5929(BlockStateProvider blockStateProvider, String string, UniformIntDistribution uniformIntDistribution)
class_5929(BlockStateProvider blockStateProvider, IntProperty intProperty, UniformIntDistribution uniformIntDistribution)
-
Method Summary
Modifier and Type Method Description BlockState
getBlockState(Random random, BlockPos pos)
protected BlockStateProviderType<?>
getType()
private static IntProperty
method_34363(BlockState blockState, String string)
-
Field Details
-
field_29301
- Mappings:
Namespace Name Mixin selector official b
Lcvc;b:Lcom/mojang/serialization/Codec;
intermediary field_29301
Lnet/minecraft/class_5929;field_29301:Lcom/mojang/serialization/Codec;
named field_29301
Lnet/minecraft/class_5929;field_29301:Lcom/mojang/serialization/Codec;
-
field_29302
- Mappings:
Namespace Name Mixin selector official c
Lcvc;c:Lcuy;
intermediary field_29302
Lnet/minecraft/class_5929;field_29302:Lnet/minecraft/class_4651;
named field_29302
Lnet/minecraft/class_5929;field_29302:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
field_29303
- Mappings:
Namespace Name Mixin selector official d
Lcvc;d:Ljava/lang/String;
intermediary field_29303
Lnet/minecraft/class_5929;field_29303:Ljava/lang/String;
named field_29303
Lnet/minecraft/class_5929;field_29303:Ljava/lang/String;
-
field_29304
- Mappings:
Namespace Name Mixin selector official e
Lcvc;e:Lcjo;
intermediary field_29304
Lnet/minecraft/class_5929;field_29304:Lnet/minecraft/class_2758;
named field_29304
Lnet/minecraft/class_5929;field_29304:Lnet/minecraft/state/property/IntProperty;
-
field_29305
- Mappings:
Namespace Name Mixin selector official f
Lcvc;f:Lahh;
intermediary field_29305
Lnet/minecraft/class_5929;field_29305:Lnet/minecraft/class_5428;
named field_29305
Lnet/minecraft/class_5929;field_29305:Lnet/minecraft/world/gen/UniformIntDistribution;
-
-
Constructor Details
-
class_5929
public class_5929(BlockStateProvider blockStateProvider, IntProperty intProperty, UniformIntDistribution uniformIntDistribution) -
class_5929
public class_5929(BlockStateProvider blockStateProvider, String string, UniformIntDistribution uniformIntDistribution)
-
-
Method Details
-
getType
- Specified by:
getType
in classBlockStateProvider
- Mappings:
Namespace Name Mixin selector official a
Lcuy;a()Lcuz;
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;
-
getBlockState
- Specified by:
getBlockState
in classBlockStateProvider
- Mappings:
Namespace Name Mixin selector official a
Lcuy;a(Ljava/util/Random;Lfx;)Lcio;
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;
-
method_34363
- Mappings:
Namespace Name Mixin selector official a
Lcvc;a(Lcio;Ljava/lang/String;)Lcjo;
intermediary method_34363
Lnet/minecraft/class_5929;method_34363(Lnet/minecraft/class_2680;Ljava/lang/String;)Lnet/minecraft/class_2758;
named method_34363
Lnet/minecraft/class_5929;method_34363(Lnet/minecraft/block/BlockState;Ljava/lang/String;)Lnet/minecraft/state/property/IntProperty;
-