Class ColumnPlacer

java.lang.Object
net.minecraft.world.gen.placer.BlockPlacer
net.minecraft.world.gen.placer.ColumnPlacer

public class ColumnPlacer
extends BlockPlacer
Mappings:
Namespace Name
official cqw
intermediary net/minecraft/class_4631
named net/minecraft/world/gen/placer/ColumnPlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ColumnPlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcqw;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;
    • minSize

      private final int minSize
      Mappings:
      Namespace Name Mixin selector
      official c Lcqw;c:I
      intermediary field_21227 Lnet/minecraft/class_4631;field_21227:I
      named minSize Lnet/minecraft/world/gen/placer/ColumnPlacer;minSize:I
    • extraSize

      private final int extraSize
      Mappings:
      Namespace Name Mixin selector
      official d Lcqw;d:I
      intermediary field_21228 Lnet/minecraft/class_4631;field_21228:I
      named extraSize Lnet/minecraft/world/gen/placer/ColumnPlacer;extraSize:I
  • Constructor Details

    • ColumnPlacer

      public ColumnPlacer​(int minSize, int extraSize)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcqw;<init>(II)V
      intermediary <init> Lnet/minecraft/class_4631;<init>(II)V
      named <init> Lnet/minecraft/world/gen/placer/ColumnPlacer;<init>(II)V
  • Method Details

    • getType

      protected BlockPlacerType<?> getType()
      Specified by:
      getType in class BlockPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcqu;a()Lcqv;
      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

      public void generate​(WorldAccess world, BlockPos pos, BlockState state, Random random)
      Specified by:
      generate in class BlockPlacer
      Mappings:
      Namespace Name Mixin selector
      official a Lcqu;a(Lbtw;Lfx;Lcht;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