Class VerticalBlockSample

java.lang.Object
net.minecraft.world.gen.chunk.VerticalBlockSample

public final class VerticalBlockSample extends Object
Mappings:
Namespace Name
official bxa
intermediary net/minecraft/class_4966
named net/minecraft/world/gen/chunk/VerticalBlockSample
  • Field Details

    • startY

      private final int startY
      Mappings:
      Namespace Name Mixin selector
      official a Lbxa;a:I
      intermediary field_28105 Lnet/minecraft/class_4966;field_28105:I
      named startY Lnet/minecraft/world/gen/chunk/VerticalBlockSample;startY:I
    • states

      private final BlockState[] states
      Mappings:
      Namespace Name Mixin selector
      official b Lbxa;b:[Lcks;
      intermediary field_23143 Lnet/minecraft/class_4966;field_23143:[Lnet/minecraft/class_2680;
      named states Lnet/minecraft/world/gen/chunk/VerticalBlockSample;states:[Lnet/minecraft/block/BlockState;
  • Constructor Details

    • VerticalBlockSample

      public VerticalBlockSample(int startY, BlockState[] states)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbxa;<init>(I[Lcks;)V
      intermediary <init> Lnet/minecraft/class_4966;<init>(I[Lnet/minecraft/class_2680;)V
      named <init> Lnet/minecraft/world/gen/chunk/VerticalBlockSample;<init>(I[Lnet/minecraft/block/BlockState;)V
  • Method Details

    • getState

      public BlockState getState(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxa;a(Lgg;)Lcks;
      intermediary method_32892 Lnet/minecraft/class_4966;method_32892(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      named getState Lnet/minecraft/world/gen/chunk/VerticalBlockSample;getState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;