Package net.minecraft.world
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 btxintermediary net/minecraft/class_5539named net/minecraft/world/HeightLimitView
-
Method Summary
Modifier and Type Method Description intgetBottomSectionLimit()default intgetMinimumSection()default intgetSection(int sectionIndex)intgetSectionCount()default intgetSectionIndex(int y)default intgetSectionIndexFromSection(int section)default intgetSections()default intgetTopHeightLimit()default intgetTopSectionLimit()default booleanisOutOfHeightLimit(int y)default booleanisOutOfHeightLimit(BlockPos pos)
-
Method Details
-
getSectionCount
int getSectionCount()- Mappings:
Namespace Name Mixin selector official mLbtx;m()Iintermediary method_31605Lnet/minecraft/class_5539;method_31605()Inamed getSectionCountLnet/minecraft/world/HeightLimitView;getSectionCount()I
-
getBottomSectionLimit
int getBottomSectionLimit()- Mappings:
Namespace Name Mixin selector official w_Lbtx;w_()Iintermediary method_31607Lnet/minecraft/class_5539;method_31607()Inamed getBottomSectionLimitLnet/minecraft/world/HeightLimitView;getBottomSectionLimit()I
-
getTopHeightLimit
default int getTopHeightLimit()- Mappings:
Namespace Name Mixin selector official agLbtx;ag()Iintermediary method_31600Lnet/minecraft/class_5539;method_31600()Inamed getTopHeightLimitLnet/minecraft/world/HeightLimitView;getTopHeightLimit()I
-
getSections
default int getSections()- Mappings:
Namespace Name Mixin selector official ahLbtx;ah()Iintermediary method_32890Lnet/minecraft/class_5539;method_32890()Inamed getSectionsLnet/minecraft/world/HeightLimitView;getSections()I
-
getMinimumSection
default int getMinimumSection()- Mappings:
Namespace Name Mixin selector official aiLbtx;ai()Iintermediary method_32891Lnet/minecraft/class_5539;method_32891()Inamed getMinimumSectionLnet/minecraft/world/HeightLimitView;getMinimumSection()I
-
getTopSectionLimit
default int getTopSectionLimit()- Mappings:
Namespace Name Mixin selector official ajLbtx;aj()Iintermediary method_31597Lnet/minecraft/class_5539;method_31597()Inamed getTopSectionLimitLnet/minecraft/world/HeightLimitView;getTopSectionLimit()I
-
isOutOfHeightLimit
- Mappings:
Namespace Name Mixin selector official tLbtx;t(Lfx;)Zintermediary method_31606Lnet/minecraft/class_5539;method_31606(Lnet/minecraft/class_2338;)Znamed isOutOfHeightLimitLnet/minecraft/world/HeightLimitView;isOutOfHeightLimit(Lnet/minecraft/util/math/BlockPos;)Z
-
isOutOfHeightLimit
default boolean isOutOfHeightLimit(int y)- Mappings:
Namespace Name Mixin selector official dLbtx;d(I)Zintermediary method_31601Lnet/minecraft/class_5539;method_31601(I)Znamed isOutOfHeightLimitLnet/minecraft/world/HeightLimitView;isOutOfHeightLimit(I)Z
-
getSectionIndex
default int getSectionIndex(int y)- Mappings:
Namespace Name Mixin selector official eLbtx;e(I)Iintermediary method_31602Lnet/minecraft/class_5539;method_31602(I)Inamed getSectionIndexLnet/minecraft/world/HeightLimitView;getSectionIndex(I)I
-
getSectionIndexFromSection
default int getSectionIndexFromSection(int section)- Mappings:
Namespace Name Mixin selector official fLbtx;f(I)Iintermediary method_31603Lnet/minecraft/class_5539;method_31603(I)Inamed getSectionIndexFromSectionLnet/minecraft/world/HeightLimitView;getSectionIndexFromSection(I)I
-
getSection
default int getSection(int sectionIndex)- Mappings:
Namespace Name Mixin selector official gLbtx;g(I)Iintermediary method_31604Lnet/minecraft/class_5539;method_31604(I)Inamed getSectionLnet/minecraft/world/HeightLimitView;getSection(I)I
-