Class VerticalBlockSample

java.lang.Object
net.minecraft.world.gen.chunk.VerticalBlockSample
All Implemented Interfaces:
BlockColumn

public final class VerticalBlockSample extends Object implements BlockColumn
Mappings:
Namespace Name
named net/minecraft/world/gen/chunk/VerticalBlockSample
intermediary net/minecraft/class_4966
official dgv
  • Field Details Link icon

    • startY Link icon

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

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

    • VerticalBlockSample Link icon

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

    • getState Link icon

      public BlockState getState(int y)
      Specified by:
      getState in interface BlockColumn
      Mappings:
      Namespace Name Mixin selector
      named getState Lnet/minecraft/world/gen/chunk/BlockColumn;getState(I)Lnet/minecraft/block/BlockState;
      intermediary method_32892 Lnet/minecraft/class_6557;method_32892(I)Lnet/minecraft/class_2680;
      official a Ldyq;a(I)Ldwy;
    • setState Link icon

      public void setState(int y, BlockState state)
      Specified by:
      setState in interface BlockColumn
      Mappings:
      Namespace Name Mixin selector
      named setState Lnet/minecraft/world/gen/chunk/BlockColumn;setState(ILnet/minecraft/block/BlockState;)V
      intermediary method_38092 Lnet/minecraft/class_6557;method_38092(ILnet/minecraft/class_2680;)V
      official a Ldyq;a(ILdwy;)V