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 cus
intermediary net/minecraft/class_4631
named net/minecraft/world/gen/placer/ColumnPlacer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ColumnPlacer>
private final IntProvider
Fields inherited from class net.minecraft.world.gen.placer.BlockPlacer
TYPE_CODEC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(WorldAccess world, BlockPos pos, BlockState state, Random random) protected BlockPlacerType<?>
getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official b
Lcus;b:Lcom/mojang/serialization/Codec;
intermediary field_24867
Lnet/minecraft/class_4631;field_24867:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/gen/placer/ColumnPlacer;CODEC:Lcom/mojang/serialization/Codec;
-
size
- Mappings:
Namespace Name Mixin selector official c
Lcus;c:Lari;
intermediary field_33515
Lnet/minecraft/class_4631;field_33515:Lnet/minecraft/class_6017;
named size
Lnet/minecraft/world/gen/placer/ColumnPlacer;size:Lnet/minecraft/util/math/intprovider/IntProvider;
-
-
Constructor Details
-
ColumnPlacer
- Mappings:
Namespace Name Mixin selector official <init>
Lcus;<init>(Lari;)V
intermediary <init>
Lnet/minecraft/class_4631;<init>(Lnet/minecraft/class_6017;)V
named <init>
Lnet/minecraft/world/gen/placer/ColumnPlacer;<init>(Lnet/minecraft/util/math/intprovider/IntProvider;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classBlockPlacer
- Mappings:
Namespace Name Mixin selector official a
Lcuq;a()Lcur;
intermediary method_28673
Lnet/minecraft/class_4629;method_28673()Lnet/minecraft/class_4630;
named getType
Lnet/minecraft/world/gen/placer/BlockPlacer;getType()Lnet/minecraft/world/gen/placer/BlockPlacerType;
-
generate
- Specified by:
generate
in classBlockPlacer
- Mappings:
Namespace Name Mixin selector official a
Lcuq;a(Lbwq;Lgg;Lcks;Ljava/util/Random;)V
intermediary method_23403
Lnet/minecraft/class_4629;method_23403(Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Ljava/util/Random;)V
named generate
Lnet/minecraft/world/gen/placer/BlockPlacer;generate(Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Ljava/util/Random;)V
-