| public static ChunkSectionPos | | of(int x, int y, int z) | | of(int x, int y, int z) | | method_18676(int arg0, int arg1, int arg2) | | from(int x, int y, int z) |
|
| public static ChunkSectionPos | |
| public static ChunkSectionPos | |
| public static ChunkSectionPos | |
| public static ChunkSectionPos | |
| public static ChunkSectionPos | | of(long sectionNode) | | of(long sectionNode) | | method_18677(long arg0) | | from(long packed) |
|
| public static ChunkSectionPos | |
| public static long | |
| public static long | | offset(long sectionNode, int stepX, int stepY, int stepZ) | | offset(long sectionNode, int stepX, int stepY, int stepZ) | | method_18678(long arg0, int arg1, int arg2, int arg3) | | offset(long packed, int x, int y, int z) |
|
| public static int | | posToSectionCoord(double pos) | | posToSectionCoord(double pos) | | method_32204(double arg0) | | getSectionCoord(double coord) |
|
| public static int | | blockToSectionCoord(int blockCoord) | | blockToSectionCoord(int blockCoord) | | method_18675(int arg0) | | getSectionCoord(int coord) |
|
| public static int | | blockToSectionCoord(double coord) | | blockToSectionCoord(double coord) | | method_42615(double arg0) | | getSectionCoordFloored(double coord) |
|
| public static int | | sectionRelative(int blockCoord) | | sectionRelative(int blockCoord) | | method_18684(int arg0) | | getLocalCoord(int coord) |
|
| public static short | |
| public static int | | sectionRelativeX(short relative) | | sectionRelativeX(short relative) | | method_30551(short arg0) | | unpackLocalX(short packedLocalPos) |
|
| public static int | | sectionRelativeY(short relative) | | sectionRelativeY(short relative) | | method_30552(short arg0) | | unpackLocalY(short packedLocalPos) |
|
| public static int | | sectionRelativeZ(short relative) | | sectionRelativeZ(short relative) | | method_30553(short arg0) | | unpackLocalZ(short packedLocalPos) |
|
| public int | | relativeToBlockX(short relative) | | relativeToBlockX(short relative) | | method_30554(short arg0) | | unpackBlockX(short packedLocalPos) |
|
| public int | | relativeToBlockY(short relative) | | relativeToBlockY(short relative) | | method_30555(short arg0) | | unpackBlockY(short packedLocalPos) |
|
| public int | | relativeToBlockZ(short relative) | | relativeToBlockZ(short relative) | | method_30556(short arg0) | | unpackBlockZ(short packedLocalPos) |
|
| public BlockPos | | relativeToBlockPos(short relative) | | relativeToBlockPos(short relative) | | method_30557(short arg0) | | unpackBlockPos(short packedLocalPos) |
|
| public static int | | sectionToBlockCoord(int sectionCoord) | | sectionToBlockCoord(int sectionCoord) | | method_18688(int arg0) | | getBlockCoord(int sectionCoord) |
|
| public static int | | sectionToBlockCoord(int sectionCoord, int offset) | | sectionToBlockCoord(int sectionCoord, int offset) | | method_32205(int arg0, int arg1) | | getOffsetPos(int chunkCoord, int offset) |
|
| public static int | | x(long sectionNode) | | x(long sectionNode) | | method_18686(long arg0) | | unpackX(long packed) |
|
| public static int | | y(long sectionNode) | | y(long sectionNode) | | method_18689(long arg0) | | unpackY(long packed) |
|
| public static int | | z(long sectionNode) | | z(long sectionNode) | | method_18690(long arg0) | | unpackZ(long packed) |
|
| public int | | x() | | x() | | method_18674() | | getSectionX() |
|
| public int | | y() | | y() | | method_18683() | | getSectionY() |
|
| public int | | z() | | z() | | method_18687() | | getSectionZ() |
|
| public int | | minBlockX() | | minBlockX() | | method_19527() | | getMinX() |
|
| public int | | minBlockY() | | minBlockY() | | method_19528() | | getMinY() |
|
| public int | | minBlockZ() | | minBlockZ() | | method_19529() | | getMinZ() |
|
| public int | | maxBlockX() | | maxBlockX() | | method_19530() | | getMaxX() |
|
| public int | | maxBlockY() | | maxBlockY() | | method_19531() | | getMaxY() |
|
| public int | | maxBlockZ() | | maxBlockZ() | | method_19532() | | getMaxZ() |
|
| public static long | | blockToSection(long blockNode) | | blockToSection(long blockNode) | | method_18691(long arg0) | | fromBlockPos(long blockPos) |
|
| public static long | | getZeroNode(int x, int z) | | getZeroNode(int x, int z) | | method_51687(int arg0, int arg1) | | withZeroY(int x, int z) |
|
| public static long | | getZeroNode(long sectionNode) | | getZeroNode(long sectionNode) | | method_18693(long arg0) | | withZeroY(long pos) |
|
| public static long | | sectionToChunk(long sectionNode) | | sectionToChunk(long sectionNode) | | method_66549(long arg0) | | toChunkPos(long sectionPos) |
|
| public BlockPos | | origin() | | origin() | | method_19767() | | getMinPos() |
|
| public BlockPos | | center() | | center() | | method_19768() | | getCenterPos() |
|
| public ChunkPos | | chunk() | | chunk() | | method_18692() | | toChunkPos() |
|
| public static long | |
| public static long | | asLong(int x, int y, int z) | | asLong(int x, int y, int z) | | method_18685(int arg0, int arg1, int arg2) | | asLong(int x, int y, int z) |
|
| public long | | asLong() | | asLong() | | method_18694() | | asLong() |
|
| public ChunkSectionPos | | offset(int x, int y, int z) | | offset(int x, int y, int z) | | method_34592(int arg0, int arg1, int arg2) | | add(int arg0, int arg1, int arg2) |
|
| public Stream<BlockPos> | | blocksInside() | | blocksInside() | | method_19533() | | streamBlocks() |
|
| public static Stream<ChunkSectionPos> | |
| public static Stream<ChunkSectionPos> | | aroundChunk(ChunkPos center, int radius, int minSection, int maxSection) | | aroundChunk(ChunkPos center, int radius, int minSection, int maxSection) | | method_22446(class_1923 arg0, int arg1, int arg2, int arg3) | | stream(ChunkPos center, int radius, int minY, int maxY) |
|
| public static Stream<ChunkSectionPos> | | betweenClosedStream(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) | | betweenClosedStream(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) | | method_20438(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5) | | stream(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) |
|
| public static void | | aroundAndAtBlockPos(BlockPos blockPos, it.unimi.dsi.fastutil.longs.LongConsumer sectionConsumer) | | aroundAndAtBlockPos(BlockPos blockPos, it.unimi.dsi.fastutil.longs.LongConsumer sectionConsumer) | | method_39491(class_2338 arg0, it.unimi.dsi.fastutil.longs.LongConsumer arg1) | | forEachChunkSectionAround(BlockPos pos, it.unimi.dsi.fastutil.longs.LongConsumer consumer) |
|
| public static void | | aroundAndAtBlockPos(long blockPos, it.unimi.dsi.fastutil.longs.LongConsumer sectionConsumer) | | aroundAndAtBlockPos(long blockPos, it.unimi.dsi.fastutil.longs.LongConsumer sectionConsumer) | | method_39490(long arg0, it.unimi.dsi.fastutil.longs.LongConsumer arg1) | | forEachChunkSectionAround(long pos, it.unimi.dsi.fastutil.longs.LongConsumer consumer) |
|
| public static void | | aroundAndAtBlockPos(int blockX, int blockY, int blockZ, it.unimi.dsi.fastutil.longs.LongConsumer sectionConsumer) | | aroundAndAtBlockPos(int blockX, int blockY, int blockZ, it.unimi.dsi.fastutil.longs.LongConsumer sectionConsumer) | | method_39489(int arg0, int arg1, int arg2, it.unimi.dsi.fastutil.longs.LongConsumer arg3) | | forEachChunkSectionAround(int x, int y, int z, it.unimi.dsi.fastutil.longs.LongConsumer consumer) |
|