Class SimpleBlockPlacer

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

public class SimpleBlockPlacer
extends BlockPlacer
Mappings:
Namespace Name
official cqy
intermediary net/minecraft/class_4633
named net/minecraft/world/gen/placer/SimpleBlockPlacer
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<SimpleBlockPlacer> CODEC
      Mappings:
      Namespace Name Mixin selector
      official b Lcqy;b:Lcom/mojang/serialization/Codec;
      intermediary field_24870 Lnet/minecraft/class_4633;field_24870:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/placer/SimpleBlockPlacer;CODEC:Lcom/mojang/serialization/Codec;
    • INSTANCE

      public static final SimpleBlockPlacer INSTANCE
      Mappings:
      Namespace Name Mixin selector
      official c Lcqy;c:Lcqy;
      intermediary field_24871 Lnet/minecraft/class_4633;field_24871:Lnet/minecraft/class_4633;
      named INSTANCE Lnet/minecraft/world/gen/placer/SimpleBlockPlacer;INSTANCE:Lnet/minecraft/world/gen/placer/SimpleBlockPlacer;
  • Constructor Details

    • SimpleBlockPlacer

      public SimpleBlockPlacer()
  • 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