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 cvcintermediary net/minecraft/class_5929named net/minecraft/class_5929
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<class_5929>field_29301private BlockStateProviderfield_29302private Stringfield_29303private @Nullable IntPropertyfield_29304private UniformIntDistributionfield_29305Fields 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 BlockStategetBlockState(Random random, BlockPos pos)protected BlockStateProviderType<?>getType()private static IntPropertymethod_34363(BlockState blockState, String string)
-
Field Details
-
field_29301
- Mappings:
Namespace Name Mixin selector official bLcvc;b:Lcom/mojang/serialization/Codec;intermediary field_29301Lnet/minecraft/class_5929;field_29301:Lcom/mojang/serialization/Codec;named field_29301Lnet/minecraft/class_5929;field_29301:Lcom/mojang/serialization/Codec;
-
field_29302
- Mappings:
Namespace Name Mixin selector official cLcvc;c:Lcuy;intermediary field_29302Lnet/minecraft/class_5929;field_29302:Lnet/minecraft/class_4651;named field_29302Lnet/minecraft/class_5929;field_29302:Lnet/minecraft/world/gen/stateprovider/BlockStateProvider;
-
field_29303
- Mappings:
Namespace Name Mixin selector official dLcvc;d:Ljava/lang/String;intermediary field_29303Lnet/minecraft/class_5929;field_29303:Ljava/lang/String;named field_29303Lnet/minecraft/class_5929;field_29303:Ljava/lang/String;
-
field_29304
- Mappings:
Namespace Name Mixin selector official eLcvc;e:Lcjo;intermediary field_29304Lnet/minecraft/class_5929;field_29304:Lnet/minecraft/class_2758;named field_29304Lnet/minecraft/class_5929;field_29304:Lnet/minecraft/state/property/IntProperty;
-
field_29305
- Mappings:
Namespace Name Mixin selector official fLcvc;f:Lahh;intermediary field_29305Lnet/minecraft/class_5929;field_29305:Lnet/minecraft/class_5428;named field_29305Lnet/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:
getTypein classBlockStateProvider- Mappings:
Namespace Name Mixin selector official aLcuy;a()Lcuz;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;
-
getBlockState
- Specified by:
getBlockStatein classBlockStateProvider- Mappings:
Namespace Name Mixin selector official aLcuy;a(Ljava/util/Random;Lfx;)Lcio;intermediary method_23455Lnet/minecraft/class_4651;method_23455(Ljava/util/Random;Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;named getBlockStateLnet/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 aLcvc;a(Lcio;Ljava/lang/String;)Lcjo;intermediary method_34363Lnet/minecraft/class_5929;method_34363(Lnet/minecraft/class_2680;Ljava/lang/String;)Lnet/minecraft/class_2758;named method_34363Lnet/minecraft/class_5929;method_34363(Lnet/minecraft/block/BlockState;Ljava/lang/String;)Lnet/minecraft/state/property/IntProperty;
-