Interface BlockColumn

All Known Implementing Classes:
VerticalBlockSample

public interface BlockColumn
Mappings:
Namespace Name
official dam
intermediary net/minecraft/class_6557
named net/minecraft/world/gen/chunk/BlockColumn
  • Method Details

    • getState

      BlockState getState(int y)
      Mappings:
      Namespace Name Mixin selector
      official a Ldam;a(I)Lcyt;
      intermediary method_32892 Lnet/minecraft/class_6557;method_32892(I)Lnet/minecraft/class_2680;
      named getState Lnet/minecraft/world/gen/chunk/BlockColumn;getState(I)Lnet/minecraft/block/BlockState;
    • setState

      void setState(int y, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Ldam;a(ILcyt;)V
      intermediary method_38092 Lnet/minecraft/class_6557;method_38092(ILnet/minecraft/class_2680;)V
      named setState Lnet/minecraft/world/gen/chunk/BlockColumn;setState(ILnet/minecraft/block/BlockState;)V