Interface HeightLimitView

All Known Subinterfaces:
BlockRenderView, BlockView, Chunk, class_5423, CollisionView, LunarWorldView, ServerWorldAccess, StructureWorldAccess, WorldAccess, WorldView
All Known Implementing Classes:
AlphaChunkIo.AlphaHeightLimitView, ChunkCache, ChunkRegion, ChunkRendererRegion, ClientWorld, DecoratorContext, EmptyBlockView, EmptyChunk, FlatChunkGeneratorConfig, ProtoChunk, ReadOnlyChunk, ServerWorld, World, WorldChunk

public interface HeightLimitView
Mappings:
Namespace Name
official btx
intermediary net/minecraft/class_5539
named net/minecraft/world/HeightLimitView
  • Method Details

    • getSectionCount

      int getSectionCount()
      Mappings:
      Namespace Name Mixin selector
      official m Lbtx;m()I
      intermediary method_31605 Lnet/minecraft/class_5539;method_31605()I
      named getSectionCount Lnet/minecraft/world/HeightLimitView;getSectionCount()I
    • getBottomSectionLimit

      int getBottomSectionLimit()
      Mappings:
      Namespace Name Mixin selector
      official w_ Lbtx;w_()I
      intermediary method_31607 Lnet/minecraft/class_5539;method_31607()I
      named getBottomSectionLimit Lnet/minecraft/world/HeightLimitView;getBottomSectionLimit()I
    • getTopHeightLimit

      default int getTopHeightLimit()
      Mappings:
      Namespace Name Mixin selector
      official ag Lbtx;ag()I
      intermediary method_31600 Lnet/minecraft/class_5539;method_31600()I
      named getTopHeightLimit Lnet/minecraft/world/HeightLimitView;getTopHeightLimit()I
    • getSections

      default int getSections()
      Mappings:
      Namespace Name Mixin selector
      official ah Lbtx;ah()I
      intermediary method_32890 Lnet/minecraft/class_5539;method_32890()I
      named getSections Lnet/minecraft/world/HeightLimitView;getSections()I
    • getMinimumSection

      default int getMinimumSection()
      Mappings:
      Namespace Name Mixin selector
      official ai Lbtx;ai()I
      intermediary method_32891 Lnet/minecraft/class_5539;method_32891()I
      named getMinimumSection Lnet/minecraft/world/HeightLimitView;getMinimumSection()I
    • getTopSectionLimit

      default int getTopSectionLimit()
      Mappings:
      Namespace Name Mixin selector
      official aj Lbtx;aj()I
      intermediary method_31597 Lnet/minecraft/class_5539;method_31597()I
      named getTopSectionLimit Lnet/minecraft/world/HeightLimitView;getTopSectionLimit()I
    • isOutOfHeightLimit

      default boolean isOutOfHeightLimit​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official t Lbtx;t(Lfx;)Z
      intermediary method_31606 Lnet/minecraft/class_5539;method_31606(Lnet/minecraft/class_2338;)Z
      named isOutOfHeightLimit Lnet/minecraft/world/HeightLimitView;isOutOfHeightLimit(Lnet/minecraft/util/math/BlockPos;)Z
    • isOutOfHeightLimit

      default boolean isOutOfHeightLimit​(int y)
      Mappings:
      Namespace Name Mixin selector
      official d Lbtx;d(I)Z
      intermediary method_31601 Lnet/minecraft/class_5539;method_31601(I)Z
      named isOutOfHeightLimit Lnet/minecraft/world/HeightLimitView;isOutOfHeightLimit(I)Z
    • getSectionIndex

      default int getSectionIndex​(int y)
      Mappings:
      Namespace Name Mixin selector
      official e Lbtx;e(I)I
      intermediary method_31602 Lnet/minecraft/class_5539;method_31602(I)I
      named getSectionIndex Lnet/minecraft/world/HeightLimitView;getSectionIndex(I)I
    • getSectionIndexFromSection

      default int getSectionIndexFromSection​(int section)
      Mappings:
      Namespace Name Mixin selector
      official f Lbtx;f(I)I
      intermediary method_31603 Lnet/minecraft/class_5539;method_31603(I)I
      named getSectionIndexFromSection Lnet/minecraft/world/HeightLimitView;getSectionIndexFromSection(I)I
    • getSection

      default int getSection​(int sectionIndex)
      Mappings:
      Namespace Name Mixin selector
      official g Lbtx;g(I)I
      intermediary method_31604 Lnet/minecraft/class_5539;method_31604(I)I
      named getSection Lnet/minecraft/world/HeightLimitView;getSection(I)I