Package net.minecraft.world.gen.placer
Class ColumnPlacer
java.lang.Object
net.minecraft.world.gen.placer.BlockPlacer
net.minecraft.world.gen.placer.ColumnPlacer
- Mappings:
Namespace Name official ctuintermediary net/minecraft/class_4631named net/minecraft/world/gen/placer/ColumnPlacer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<ColumnPlacer>private IntProviderFields inherited from class net.minecraft.world.gen.placer.BlockPlacer
TYPE_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(WorldAccess world, BlockPos pos, BlockState state, Random random)protected BlockPlacerType<?>getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official bLctu;b:Lcom/mojang/serialization/Codec;intermediary field_24867Lnet/minecraft/class_4631;field_24867:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/world/gen/placer/ColumnPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
field_33515
- Mappings:
Namespace Name Mixin selector official cLctu;c:Laqr;intermediary field_33515Lnet/minecraft/class_4631;field_33515:Lnet/minecraft/class_6017;named field_33515Lnet/minecraft/world/gen/placer/ColumnPlacer;field_33515:Lnet/minecraft/util/math/intprovider/IntProvider;
-
-
Constructor Details
-
ColumnPlacer
-
-
Method Details
-
getType
- Specified by:
getTypein classBlockPlacer- Mappings:
Namespace Name Mixin selector official aLcts;a()Lctt;intermediary method_28673Lnet/minecraft/class_4629;method_28673()Lnet/minecraft/class_4630;named getTypeLnet/minecraft/world/gen/placer/BlockPlacer;getType()Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
generate
- Specified by:
generatein classBlockPlacer- Mappings:
Namespace Name Mixin selector official aLcts;a(Lbvy;Lgb;Lcjx;Ljava/util/Random;)Vintermediary method_23403Lnet/minecraft/class_4629;method_23403(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Random;)Vnamed generateLnet/minecraft/world/gen/placer/BlockPlacer;generate(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Ljava/util/Random;)V
-