History - net.minecraft.core.SectionPos
25w18a
Names
jz
kb
Fields
int: a, SECTION_BITS, field_33096, field_33096, f_175535_
int: a, SECTION_BITS, field_33096
int: b, SECTION_SIZE, field_33097, field_33097, f_175536_
int: b, SECTION_SIZE, field_33097
int: c, SECTION_MASK, field_33100, field_33100, f_175539_
int: c, SECTION_MASK, field_33100
int: d, SECTION_HALF_SIZE, field_33098, field_33098, f_175537_
int: d, SECTION_HALF_SIZE, field_33098
int: e, SECTION_MAX_INDEX, field_33099, field_33099, f_175538_
int: e, SECTION_MAX_INDEX, field_33099
int: f, PACKED_X_LENGTH, field_33101, field_33101, f_175540_
int: f, PACKED_X_LENGTH, field_33101
int: j, PACKED_Y_LENGTH, field_33102, field_33102, f_175541_
int: j, PACKED_Y_LENGTH, field_33102
int: k, PACKED_Z_LENGTH, field_33103, field_33103, f_175542_
int: k, PACKED_Z_LENGTH, field_33103
long: l, PACKED_X_MASK, field_33104, field_33104, f_175543_
long: l, PACKED_X_MASK, field_33104
long: m, PACKED_Y_MASK, field_33105, field_33105, f_175544_
long: m, PACKED_Y_MASK, field_33105
long: n, PACKED_Z_MASK, field_33106, field_33106, f_175545_
long: n, PACKED_Z_MASK, field_33106
int: o, Y_OFFSET, field_33107, field_33107, f_175546_
int: o, Y_OFFSET, field_33107
int: p, Z_OFFSET, field_33108, field_33108, f_175547_
int: p, Z_OFFSET, field_33108
int: q, X_OFFSET, field_33109, field_33109, f_175548_
int: q, X_OFFSET, field_33109
int: r, RELATIVE_X_SHIFT, field_33110, field_33110, f_175549_
int: r, RELATIVE_X_SHIFT, field_33110
int: s, RELATIVE_Y_SHIFT, field_33111, field_33111, f_175550_
int: s, RELATIVE_Y_SHIFT, field_33111
int: t, RELATIVE_Z_SHIFT, field_33112, field_33112, f_175551_
int: t, RELATIVE_Z_SHIFT, field_33112
Constructors
Methods
SectionPos (int, int, int): a, of, method_18676, from, m_123173_
SectionPos (int, int, int): a, of, method_18676
SectionPos (BlockPos): a, of, method_18682, from, m_123199_
SectionPos (BlockPos): a, of, method_18682
SectionPos (ChunkPos, int): a, of, method_18681, from, m_123196_
SectionPos (ChunkPos, int): a, of, method_18681
SectionPos (long): a, of, method_18677, from, m_123184_
SectionPos (long): a, of, method_18677
long (long, Direction): a, offset, method_18679, offset, m_123191_
long (long, Direction): a, offset, method_18679
long (long, int, int, int): a, offset, method_18678, offset, m_123186_
long (long, int, int, int): a, offset, method_18678
int (int): a, blockToSectionCoord, method_18675, getSectionCoord, m_123171_
int (int): a, blockToSectionCoord, method_18675
int (int): b, sectionRelative, method_18684, getLocalCoord, m_123207_
int (int): b, sectionRelative, method_18684
short (BlockPos): b, sectionRelativePos, method_19454, packLocal, m_123218_
short (BlockPos): b, sectionRelativePos, method_19454
int (int): c, sectionToBlockCoord, method_18688, getBlockCoord, m_123223_
int (int): c, sectionToBlockCoord, method_18688
int (long): b, x, method_18686, unpackX, m_123213_
int (long): b, x, method_18686
int (long): c, y, method_18689, unpackY, m_123225_
int (long): c, y, method_18689
int (long): d, z, method_18690, unpackZ, m_123230_
int (long): d, z, method_18690
int (): a, x, method_18674, getSectionX, m_123170_
int (): a, x, method_18674
int (): b, y, method_18683, getSectionY, m_123206_
int (): b, y, method_18683
int (): c, z, method_18687, getSectionZ, m_123222_
int (): c, z, method_18687
int (): d, minBlockX, method_19527, getMinX, m_123229_
int (): d, minBlockX, method_19527
int (): e, minBlockY, method_19528, getMinY, m_123234_
int (): e, minBlockY, method_19528
int (): f, minBlockZ, method_19529, getMinZ, m_123239_
int (): f, minBlockZ, method_19529
int (): g, maxBlockX, method_19530, getMaxX, m_123244_
int (): g, maxBlockX, method_19530
int (): h, maxBlockY, method_19531, getMaxY, m_123247_
int (): h, maxBlockY, method_19531
int (): i, maxBlockZ, method_19532, getMaxZ, m_123248_
int (): i, maxBlockZ, method_19532
long (long): e, blockToSection, method_18691, fromBlockPos, m_123235_
long (long): e, blockToSection, method_18691
long (long): f, getZeroNode, method_18693, withZeroY, m_123240_
long (long): f, getZeroNode, method_18693
BlockPos (): j, origin, method_19767, getMinPos, m_123249_
BlockPos (): j, origin, method_19767
BlockPos (): k, center, method_19768, getCenterPos, m_123250_
BlockPos (): k, center, method_19768
ChunkPos (): r, chunk, method_18692, toChunkPos, m_123251_
ChunkPos (): r, chunk, method_18692
long (int, int, int): b, asLong, method_18685, asLong, m_123209_
long (int, int, int): b, asLong, method_18685
long (): s, asLong, method_18694, asLong, m_123252_
long (): s, asLong, method_18694
Stream<BlockPos> (): t, blocksInside, method_19533, streamBlocks, m_123253_
Stream<BlockPos> (): t, blocksInside, method_19533
Stream<SectionPos> (SectionPos, int): a, cube, method_20439, stream, m_123201_
Stream<SectionPos> (SectionPos, int): a, cube, method_20439
Stream<SectionPos> (int, int, int, int, int, int): a, betweenClosedStream, method_20438, stream, m_123177_
Stream<SectionPos> (int, int, int, int, int, int): a, betweenClosedStream, method_20438
int (short): a, sectionRelativeX, method_30551, unpackLocalX, m_123204_
int (short): a, sectionRelativeX, method_30551
int (short): b, sectionRelativeY, method_30552, unpackLocalY, m_123220_
int (short): b, sectionRelativeY, method_30552
int (short): c, sectionRelativeZ, method_30553, unpackLocalZ, m_123227_
int (short): c, sectionRelativeZ, method_30553
int (short): d, relativeToBlockX, method_30554, unpackBlockX, m_123232_
int (short): d, relativeToBlockX, method_30554
int (short): e, relativeToBlockY, method_30555, unpackBlockY, m_123237_
int (short): e, relativeToBlockY, method_30555
int (short): f, relativeToBlockZ, method_30556, unpackBlockZ, m_123242_
int (short): f, relativeToBlockZ, method_30556
BlockPos (short): g, relativeToBlockPos, method_30557, unpackBlockPos, m_123245_
BlockPos (short): g, relativeToBlockPos, method_30557
SectionPos (ChunkAccess): a, bottomOf, method_33705, from, m_175562_
SectionPos (ChunkAccess): a, bottomOf, method_33705
int (double): a, posToSectionCoord, method_32204, getSectionCoord, m_175552_
int (double): a, posToSectionCoord, method_32204
int (int, int): a, sectionToBlockCoord, method_32205, getOffsetPos, m_175554_
int (int, int): a, sectionToBlockCoord, method_32205
long (BlockPos): c, asLong, method_33706, toLong, m_175568_
long (BlockPos): c, asLong, method_33706
SectionPos (int, int, int): d, offset, method_34591, add, m_7918_
SectionPos (int, int, int): d, offset, method_34591
Stream<SectionPos> (ChunkPos, int, int, int): a, aroundChunk, method_22446, stream, m_175557_
Stream<SectionPos> (ChunkPos, int, int, int): a, aroundChunk, method_22446
void (BlockPos, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39491, forEachChunkSectionAround, m_194642_
void (BlockPos, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39491
void (long, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39490, forEachChunkSectionAround, m_194639_
void (long, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39490
void (int, int, int, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39489, forEachChunkSectionAround, m_194634_
void (int, int, int, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39489
SectionPos (EntityAccess): a, of, method_42614, from, m_235861_
SectionPos (EntityAccess): a, of, method_42614
SectionPos (Position): a, of, method_18680, from, m_235863_
SectionPos (Position): a, of, method_18680
int (double): b, blockToSectionCoord, method_42615, getSectionCoordFloored, m_235865_
int (double): b, blockToSectionCoord, method_42615
long (int, int): b, getZeroNode, method_51687, withZeroY, m_284454_
long (int, int): b, getZeroNode, method_51687
long (long): g, sectionToChunk, method_66549, toChunkPos, m_385770_
long (long): g, sectionToChunk, method_66549
1.21.5
Names
kk
jz
Fields
int: i, PACKED_Y_LENGTH, field_33102, field_33102, f_175541_
int: j, PACKED_Y_LENGTH, field_33102, field_33102, f_175541_
int: j, PACKED_Z_LENGTH, field_33103, field_33103, f_175542_
int: k, PACKED_Z_LENGTH, field_33103, field_33103, f_175542_
long: k, PACKED_X_MASK, field_33104, field_33104, f_175543_
long: l, PACKED_X_MASK, field_33104, field_33104, f_175543_
long: l, PACKED_Y_MASK, field_33105, field_33105, f_175544_
long: m, PACKED_Y_MASK, field_33105, field_33105, f_175544_
long: m, PACKED_Z_MASK, field_33106, field_33106, f_175545_
long: n, PACKED_Z_MASK, field_33106, field_33106, f_175545_
int: n, Y_OFFSET, field_33107, field_33107, f_175546_
int: o, Y_OFFSET, field_33107, field_33107, f_175546_
int: o, Z_OFFSET, field_33108, field_33108, f_175547_
int: p, Z_OFFSET, field_33108, field_33108, f_175547_
int: p, X_OFFSET, field_33109, field_33109, f_175548_
int: q, X_OFFSET, field_33109, field_33109, f_175548_
int: q, RELATIVE_X_SHIFT, field_33110, field_33110, f_175549_
int: r, RELATIVE_X_SHIFT, field_33110, field_33110, f_175549_
int: r, RELATIVE_Y_SHIFT, field_33111, field_33111, f_175550_
int: s, RELATIVE_Y_SHIFT, field_33111, field_33111, f_175550_
int: s, RELATIVE_Z_SHIFT, field_33112, field_33112, f_175551_
int: t, RELATIVE_Z_SHIFT, field_33112, field_33112, f_175551_
Constructors
Methods
long (long): g, sectionToChunk, method_66549, toChunkPos, m_385770_
1.21.4
Names
kj
kk
Fields
Constructors
Methods
1.21.3
Names
kf
kj
Fields
int: h, PACKED_X_LENGTH, field_33101, field_33101, f_175540_
int: f, PACKED_X_LENGTH, field_33101, field_33101, f_175540_
Constructors
Methods
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
kb
kf
Fields
Constructors
Methods
BlockPos (): q, center, method_19768, getCenterPos, m_123250_
BlockPos (): k, center, method_19768, getCenterPos, m_123250_
1.20.6
Names
iz
kb
Fields
Constructors
Methods
1.20.4
Names
hw
iz
Fields
Constructors
Methods
1.20.2
Names
hx
hw
Fields
Constructors
Methods
1.20.1
Names
hw
hx
Fields
Constructors
Methods
long (int, int): b, getZeroNode, method_51687, withZeroY, m_284454_
1.19.4
Names
hs
hw
Fields
Constructors
Methods
1.19.3
Names
hq
hs
Fields
Constructors
Methods
BlockPos (): p, origin, method_19767, getMinPos, m_123249_
BlockPos (): j, origin, method_19767, getMinPos, m_123249_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
Fields
Constructors
Methods
1.19
Names
hf
hq
Fields
Constructors
Methods
SectionPos (Entity): a, of, method_18680, from, m_123194_
SectionPos (int, int, int): d, offset, method_34591, add, m_142082_
SectionPos (int, int, int): d, offset, method_34591, add, m_7918_
SectionPos (EntityAccess): a, of, method_42614, from, m_235861_
SectionPos (Position): a, of, method_18680, from, m_235863_
int (double): b, blockToSectionCoord, method_42615, getSectionCoordFloored, m_235865_
1.18.2
Names
ha
hf
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
gz
ha
Fields
int: g, SECTION_MASK, field_33100, field_33100, f_175539_
int: c, SECTION_MASK, field_33100, field_33100, f_175539_
int: c, SECTION_HALF_SIZE, field_33098, field_33098, f_175537_
int: d, SECTION_HALF_SIZE, field_33098, field_33098, f_175537_
int: d, SECTION_MAX_INDEX, field_33099, field_33099, f_175538_
int: e, SECTION_MAX_INDEX, field_33099, field_33099, f_175538_
Constructors
Methods
void (BlockPos, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39491, forEachChunkSectionAround, m_194642_
void (long, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39490, forEachChunkSectionAround, m_194639_
void (int, int, int, it.unimi.dsi.fastutil.longs.LongConsumer): a, aroundAndAtBlockPos, method_39489, forEachChunkSectionAround, m_194634_
1.17.1
Names
Fields
Constructors
Methods
1.17
Names
gp
gz
net.minecraft.util.math.SectionPos
net.minecraft.src.C_4710_
Fields
int: a, SECTION_BITS, field_33096, field_33096, f_175535_
int: b, SECTION_SIZE, field_33097, field_33097, f_175536_
int: g, SECTION_MASK, field_33100, field_33100, f_175539_
int: c, SECTION_HALF_SIZE, field_33098, field_33098, f_175537_
int: d, SECTION_MAX_INDEX, field_33099, field_33099, f_175538_
int: h, PACKED_X_LENGTH, field_33101, field_33101, f_175540_
int: i, PACKED_Y_LENGTH, field_33102, field_33102, f_175541_
int: j, PACKED_Z_LENGTH, field_33103, field_33103, f_175542_
long: k, PACKED_X_MASK, field_33104, field_33104, f_175543_
long: l, PACKED_Y_MASK, field_33105, field_33105, f_175544_
long: m, PACKED_Z_MASK, field_33106, field_33106, f_175545_
int: n, Y_OFFSET, field_33107, field_33107, f_175546_
int: o, Z_OFFSET, field_33108, field_33108, f_175547_
int: p, X_OFFSET, field_33109, field_33109, f_175548_
int: q, RELATIVE_X_SHIFT, field_33110, field_33110, f_175549_
int: r, RELATIVE_Y_SHIFT, field_33111, field_33111, f_175550_
int: s, RELATIVE_Z_SHIFT, field_33112, field_33112, f_175551_
Constructors
Methods
SectionPos (int, int, int): a, of, method_18676, from, func_218154_a
SectionPos (int, int, int): a, of, method_18676, from, m_123173_
SectionPos (BlockPos): a, of, method_18682, from, func_218167_a
SectionPos (BlockPos): a, of, method_18682, from, m_123199_
SectionPos (ChunkPos, int): a, of, method_18681, from, func_218156_a
SectionPos (ChunkPos, int): a, of, method_18681, from, m_123196_
SectionPos (Entity): a, of, method_18680, from, func_218157_a
SectionPos (Entity): a, of, method_18680, from, m_123194_
SectionPos (long): a, of, method_18677, from, func_218170_a
SectionPos (long): a, of, method_18677, from, m_123184_
long (long, Direction): a, offset, method_18679, offset, func_218172_a
long (long, Direction): a, offset, method_18679, offset, m_123191_
long (long, int, int, int): a, offset, method_18678, offset, func_218174_a
long (long, int, int, int): a, offset, method_18678, offset, m_123186_
int (int): a, blockToSectionCoord, method_18675, getSectionCoord, func_218159_a
int (int): a, blockToSectionCoord, method_18675, getSectionCoord, m_123171_
int (int): b, sectionRelative, method_18684, getLocalCoord, func_218171_b
int (int): b, sectionRelative, method_18684, getLocalCoord, m_123207_
short (BlockPos): b, sectionRelativePos, method_19454, packLocal, func_218150_b
short (BlockPos): b, sectionRelativePos, method_19454, packLocal, m_123218_
int (int): c, sectionToBlockCoord, method_18688, getBlockCoord, func_218142_c
int (int): c, sectionToBlockCoord, method_18688, getBlockCoord, m_123223_
int (long): b, x, method_18686, unpackX, func_218173_b
int (long): b, x, method_18686, unpackX, m_123213_
int (long): c, y, method_18689, unpackY, func_218144_c
int (long): c, y, method_18689, unpackY, m_123225_
int (long): d, z, method_18690, unpackZ, func_218153_d
int (long): d, z, method_18690, unpackZ, m_123230_
int (): a, x, method_18674, getSectionX, func_218149_a
int (): a, x, method_18674, getSectionX, m_123170_
int (): b, y, method_18683, getSectionY, func_218163_b
int (): b, y, method_18683, getSectionY, m_123206_
int (): c, z, method_18687, getSectionZ, func_218148_c
int (): c, z, method_18687, getSectionZ, m_123222_
int (): d, minBlockX, method_19527, getMinX, func_218161_d
int (): d, minBlockX, method_19527, getMinX, m_123229_
int (): e, minBlockY, method_19528, getMinY, func_218151_e
int (): e, minBlockY, method_19528, getMinY, m_123234_
int (): f, minBlockZ, method_19529, getMinZ, func_218164_f
int (): f, minBlockZ, method_19529, getMinZ, m_123239_
int (): g, maxBlockX, method_19530, getMaxX, func_218152_g
int (): g, maxBlockX, method_19530, getMaxX, m_123244_
int (): h, maxBlockY, method_19531, getMaxY, func_218165_h
int (): h, maxBlockY, method_19531, getMaxY, m_123247_
int (): i, maxBlockZ, method_19532, getMaxZ, func_218143_r
int (): i, maxBlockZ, method_19532, getMaxZ, m_123248_
long (long): e, blockToSection, method_18691, fromBlockPos, func_218162_e
long (long): e, blockToSection, method_18691, fromBlockPos, m_123235_
long (long): f, getZeroNode, method_18693, withZeroY, func_218169_f
long (long): f, getZeroNode, method_18693, withZeroY, m_123240_
BlockPos (): p, origin, method_19767, getMinPos, func_218147_s
BlockPos (): p, origin, method_19767, getMinPos, m_123249_
BlockPos (): q, center, method_19768, getCenterPos, func_218160_t
BlockPos (): q, center, method_19768, getCenterPos, m_123250_
ChunkPos (): r, chunk, method_18692, toChunkPos, func_218155_u
ChunkPos (): r, chunk, method_18692, toChunkPos, m_123251_
long (int, int, int): b, asLong, method_18685, asLong, func_218166_b
long (int, int, int): b, asLong, method_18685, asLong, m_123209_
long (): s, asLong, method_18694, asLong, func_218146_v
long (): s, asLong, method_18694, asLong, m_123252_
Stream<BlockPos> (): t, blocksInside, method_19533, streamBlocks, func_218145_w
Stream<BlockPos> (): t, blocksInside, method_19533, streamBlocks, m_123253_
Stream<SectionPos> (SectionPos, int): a, cube, method_20439, stream, func_218158_a
Stream<SectionPos> (SectionPos, int): a, cube, method_20439, stream, m_123201_
Stream<SectionPos> (int, int, int, int, int, int): a, betweenClosedStream, method_20438, stream, func_218168_a
Stream<SectionPos> (int, int, int, int, int, int): a, betweenClosedStream, method_20438, stream, m_123177_
Stream<SectionPos> (ChunkPos, int): b, aroundChunk, method_22446, stream, func_229421_b_
int (short): a, sectionRelativeX, method_30551, unpackLocalX, func_243641_a
int (short): a, sectionRelativeX, method_30551, unpackLocalX, m_123204_
int (short): b, sectionRelativeY, method_30552, unpackLocalY, func_243642_b
int (short): b, sectionRelativeY, method_30552, unpackLocalY, m_123220_
int (short): c, sectionRelativeZ, method_30553, unpackLocalZ, func_243643_c
int (short): c, sectionRelativeZ, method_30553, unpackLocalZ, m_123227_
int (short): d, relativeToBlockX, method_30554, unpackBlockX, func_243644_d
int (short): d, relativeToBlockX, method_30554, unpackBlockX, m_123232_
int (short): e, relativeToBlockY, method_30555, unpackBlockY, func_243645_e
int (short): e, relativeToBlockY, method_30555, unpackBlockY, m_123237_
int (short): f, relativeToBlockZ, method_30556, unpackBlockZ, func_243646_f
int (short): f, relativeToBlockZ, method_30556, unpackBlockZ, m_123242_
BlockPos (short): g, relativeToBlockPos, method_30557, unpackBlockPos, func_243647_g
BlockPos (short): g, relativeToBlockPos, method_30557, unpackBlockPos, m_123245_
SectionPos (ChunkAccess): a, bottomOf, method_33705, from, m_175562_
int (double): a, posToSectionCoord, method_32204, getSectionCoord, m_175552_
int (int, int): a, sectionToBlockCoord, method_32205, getOffsetPos, m_175554_
long (BlockPos): c, asLong, method_33706, toLong, m_175568_
SectionPos (int, int, int): d, offset, method_34591, add, m_142082_
Stream<SectionPos> (ChunkPos, int, int, int): a, aroundChunk, method_22446, stream, m_175557_
1.16.5
Names
Fields
Constructors
Methods
1.16.4
Names
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
go
gp
Fields
Constructors
Methods
short (BlockPos): b, sectionRelativePos, method_19454, getPackedLocalPos, func_218150_b
short (BlockPos): b, sectionRelativePos, method_19454, packLocal, func_218150_b
int (int): c, sectionToBlockCoord, method_18688, getWorldCoord, func_218142_c
int (int): c, sectionToBlockCoord, method_18688, getBlockCoord, func_218142_c
int (long): b, x, method_18686, getX, func_218173_b
int (long): b, x, method_18686, unpackX, func_218173_b
int (long): c, y, method_18689, getY, func_218144_c
int (long): c, y, method_18689, unpackY, func_218144_c
int (long): d, z, method_18690, getZ, func_218153_d
int (long): d, z, method_18690, unpackZ, func_218153_d
long (long): e, blockToSection, method_18691, fromGlobalPos, func_218162_e
long (long): e, blockToSection, method_18691, fromBlockPos, func_218162_e
long (long): f, getZeroNode, method_18693, withZeroZ, func_218169_f
long (long): f, getZeroNode, method_18693, withZeroY, func_218169_f
int (short): a, sectionRelativeX, method_30551, unpackLocalX, func_243641_a
int (short): b, sectionRelativeY, method_30552, unpackLocalY, func_243642_b
int (short): c, sectionRelativeZ, method_30553, unpackLocalZ, func_243643_c
int (short): d, relativeToBlockX, method_30554, unpackBlockX, func_243644_d
int (short): e, relativeToBlockY, method_30555, unpackBlockY, func_243645_e
int (short): f, relativeToBlockZ, method_30556, unpackBlockZ, func_243646_f
BlockPos (short): g, relativeToBlockPos, method_30557, unpackBlockPos, func_243647_g
1.16.1
Names
gd
go
Fields
Constructors
Methods
int (): r, maxBlockZ, method_19532, getMaxZ, func_218143_r
int (): i, maxBlockZ, method_19532, getMaxZ, func_218143_r
BlockPos (): s, origin, method_19767, getMinPos, func_218147_s
BlockPos (): p, origin, method_19767, getMinPos, func_218147_s
BlockPos (): t, center, method_19768, getCenterPos, func_218160_t
BlockPos (): q, center, method_19768, getCenterPos, func_218160_t
ChunkPos (): u, chunk, method_18692, toChunkPos, func_218155_u
ChunkPos (): r, chunk, method_18692, toChunkPos, func_218155_u
long (): v, asLong, method_18694, asLong, func_218146_v
long (): s, asLong, method_18694, asLong, func_218146_v
Stream<BlockPos> (): w, blocksInside, method_19533, streamBlocks, func_218145_w
Stream<BlockPos> (): t, blocksInside, method_19533, streamBlocks, func_218145_w
1.15.2
Names
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
fp
gd
Fields
Constructors
Methods
Stream<SectionPos> (ChunkPos, int): b, aroundChunk, method_22446, stream, func_229421_b_
1.14.4
Names
fo
fp
net.minecraft.core.SectionPos
Fields
Constructors
Methods
ChunkSectionPos (int, int, int): a, method_18676, from, func_218154_a
SectionPos (int, int, int): a, of, method_18676, from, func_218154_a
ChunkSectionPos (BlockPos): a, method_18682, from, func_218167_a
SectionPos (BlockPos): a, of, method_18682, from, func_218167_a
ChunkSectionPos (ChunkPos, int): a, method_18681, from, func_218156_a
SectionPos (ChunkPos, int): a, of, method_18681, from, func_218156_a
ChunkSectionPos (Entity): a, method_18680, from, func_218157_a
SectionPos (Entity): a, of, method_18680, from, func_218157_a
ChunkSectionPos (long): a, method_18677, from, func_218170_a
SectionPos (long): a, of, method_18677, from, func_218170_a
long (long, Direction): a, method_18679, offsetPacked, func_218172_a
long (long, Direction): a, offset, method_18679, offset, func_218172_a
long (long, int, int, int): a, method_18678, offsetPacked, func_218174_a
long (long, int, int, int): a, offset, method_18678, offset, func_218174_a
int (int): a, method_18675, toChunkCoord, func_218159_a
int (int): a, blockToSectionCoord, method_18675, getSectionCoord, func_218159_a
int (int): b, method_18684, toLocalCoord, func_218171_b
int (int): b, sectionRelative, method_18684, getLocalCoord, func_218171_b
short (BlockPos): b, method_19454, packToShort, func_218150_b
short (BlockPos): b, sectionRelativePos, method_19454, getPackedLocalPos, func_218150_b
int (int): c, method_18688, fromChunkCoord, func_218142_c
int (int): c, sectionToBlockCoord, method_18688, getWorldCoord, func_218142_c
int (long): b, method_18686, unpackLongX, func_218173_b
int (long): b, x, method_18686, getX, func_218173_b
int (long): c, method_18689, unpackLongY, func_218144_c
int (long): c, y, method_18689, getY, func_218144_c
int (long): d, method_18690, unpackLongZ, func_218153_d
int (long): d, z, method_18690, getZ, func_218153_d
int (): a, method_18674, getChunkX, func_218149_a
int (): a, x, method_18674, getSectionX, func_218149_a
int (): b, method_18683, getChunkY, func_218163_b
int (): b, y, method_18683, getSectionY, func_218163_b
int (): c, method_18687, getChunkZ, func_218148_c
int (): c, z, method_18687, getSectionZ, func_218148_c
int (): d, method_19527, getMinX, func_218161_d
int (): d, minBlockX, method_19527, getMinX, func_218161_d
int (): e, method_19528, getMinY, func_218151_e
int (): e, minBlockY, method_19528, getMinY, func_218151_e
int (): f, method_19529, getMinZ, func_218164_f
int (): f, minBlockZ, method_19529, getMinZ, func_218164_f
int (): g, method_19530, getMaxX, func_218152_g
int (): g, maxBlockX, method_19530, getMaxX, func_218152_g
int (): h, method_19531, getMaxY, func_218165_h
int (): h, maxBlockY, method_19531, getMaxY, func_218165_h
int (): r, method_19532, getMaxZ, func_218143_r
int (): r, maxBlockZ, method_19532, getMaxZ, func_218143_r
long (long): e, method_18691, toChunkLong, func_218162_e
long (long): e, blockToSection, method_18691, fromGlobalPos, func_218162_e
long (long): f, method_18693, toLightStorageIndex, func_218169_f
long (long): f, getZeroNode, method_18693, withZeroZ, func_218169_f
BlockPos (): s, method_19767, getMinPos, func_218147_s
BlockPos (): s, origin, method_19767, getMinPos, func_218147_s
BlockPos (): t, method_19768, getCenterPos, func_218160_t
BlockPos (): t, center, method_19768, getCenterPos, func_218160_t
ChunkPos (): u, method_18692, toChunkPos, func_218155_u
ChunkPos (): u, chunk, method_18692, toChunkPos, func_218155_u
long (int, int, int): b, method_18685, asLong, func_218166_b
long (int, int, int): b, asLong, method_18685, asLong, func_218166_b
long (): v, method_18694, asLong, func_218146_v
long (): v, asLong, method_18694, asLong, func_218146_v
Stream<BlockPos> (): w, method_19533, streamBlocks, func_218145_w
Stream<BlockPos> (): w, blocksInside, method_19533, streamBlocks, func_218145_w
Stream<ChunkSectionPos> (ChunkSectionPos, int): a, method_20439, stream, func_218158_a
Stream<SectionPos> (SectionPos, int): a, cube, method_20439, stream, func_218158_a
Stream<ChunkSectionPos> (int, int, int, int, int, int): a, method_20438, stream, func_218168_a
Stream<SectionPos> (int, int, int, int, int, int): a, betweenClosedStream, method_20438, stream, func_218168_a
1.14.3
Names
net.minecraft.util.math.ChunkSectionPos
Fields
Constructors
Methods
SectionPos (int, int, int): a, method_18676, func_218154_a
ChunkSectionPos (int, int, int): a, method_18676, from, func_218154_a
SectionPos (BlockPos): a, method_18682, func_218167_a
ChunkSectionPos (BlockPos): a, method_18682, from, func_218167_a
SectionPos (ChunkPos, int): a, method_18681, func_218156_a
ChunkSectionPos (ChunkPos, int): a, method_18681, from, func_218156_a
SectionPos (Entity): a, method_18680, func_218157_a
ChunkSectionPos (Entity): a, method_18680, from, func_218157_a
SectionPos (long): a, method_18677, func_218170_a
ChunkSectionPos (long): a, method_18677, from, func_218170_a
long (long, Direction): a, method_18679, func_218172_a
long (long, Direction): a, method_18679, offsetPacked, func_218172_a
long (long, int, int, int): a, method_18678, func_218174_a
long (long, int, int, int): a, method_18678, offsetPacked, func_218174_a
int (int): a, method_18675, func_218159_a
int (int): a, method_18675, toChunkCoord, func_218159_a
int (int): b, method_18684, func_218171_b
int (int): b, method_18684, toLocalCoord, func_218171_b
short (BlockPos): b, method_19454, func_218150_b
short (BlockPos): b, method_19454, packToShort, func_218150_b
int (int): c, method_18688, func_218142_c
int (int): c, method_18688, fromChunkCoord, func_218142_c
int (long): b, method_18686, func_218173_b
int (long): b, method_18686, unpackLongX, func_218173_b
int (long): c, method_18689, func_218144_c
int (long): c, method_18689, unpackLongY, func_218144_c
int (long): d, method_18690, func_218153_d
int (long): d, method_18690, unpackLongZ, func_218153_d
int (): a, method_18674, func_218149_a
int (): a, method_18674, getChunkX, func_218149_a
int (): b, method_18683, func_218163_b
int (): b, method_18683, getChunkY, func_218163_b
int (): c, method_18687, func_218148_c
int (): c, method_18687, getChunkZ, func_218148_c
int (): d, method_19527, func_218161_d
int (): d, method_19527, getMinX, func_218161_d
int (): e, method_19528, func_218151_e
int (): e, method_19528, getMinY, func_218151_e
int (): f, method_19529, func_218164_f
int (): f, method_19529, getMinZ, func_218164_f
int (): g, method_19530, func_218152_g
int (): g, method_19530, getMaxX, func_218152_g
int (): h, method_19531, func_218165_h
int (): h, method_19531, getMaxY, func_218165_h
int (): r, method_19532, func_218143_r
int (): r, method_19532, getMaxZ, func_218143_r
long (long): e, method_18691, func_218162_e
long (long): e, method_18691, toChunkLong, func_218162_e
long (long): f, method_18693, func_218169_f
long (long): f, method_18693, toLightStorageIndex, func_218169_f
BlockPos (): s, method_19767, func_218147_s
BlockPos (): s, method_19767, getMinPos, func_218147_s
BlockPos (): t, method_19768, func_218160_t
BlockPos (): t, method_19768, getCenterPos, func_218160_t
ChunkPos (): u, method_18692, func_218155_u
ChunkPos (): u, method_18692, toChunkPos, func_218155_u
long (int, int, int): b, method_18685, func_218166_b
long (int, int, int): b, method_18685, asLong, func_218166_b
long (): v, method_18694, func_218146_v
long (): v, method_18694, asLong, func_218146_v
Stream<BlockPos> (): w, method_19533, func_218145_w
Stream<BlockPos> (): w, method_19533, streamBlocks, func_218145_w
Stream<SectionPos> (SectionPos, int): a, method_20439, func_218158_a
Stream<ChunkSectionPos> (ChunkSectionPos, int): a, method_20439, stream, func_218158_a
Stream<SectionPos> (int, int, int, int, int, int): a, method_20438, func_218168_a
Stream<ChunkSectionPos> (int, int, int, int, int, int): a, method_20438, stream, func_218168_a
1.14.2
Names
Fields
Constructors
Methods
1.14.1
Names
Fields
Constructors
Methods
1.14
Names
fo
net.minecraft.class_4076
net.minecraft.util.math.SectionPos
Fields
Constructors
(int, int, int)
Methods
SectionPos (int, int, int): a, method_18676, func_218154_a
SectionPos (BlockPos): a, method_18682, func_218167_a
SectionPos (ChunkPos, int): a, method_18681, func_218156_a
SectionPos (Entity): a, method_18680, func_218157_a
SectionPos (long): a, method_18677, func_218170_a
long (long, Direction): a, method_18679, func_218172_a
long (long, int, int, int): a, method_18678, func_218174_a
int (int): a, method_18675, func_218159_a
int (int): b, method_18684, func_218171_b
short (BlockPos): b, method_19454, func_218150_b
int (int): c, method_18688, func_218142_c
int (long): b, method_18686, func_218173_b
int (long): c, method_18689, func_218144_c
int (long): d, method_18690, func_218153_d
int (): a, method_18674, func_218149_a
int (): b, method_18683, func_218163_b
int (): c, method_18687, func_218148_c
int (): d, method_19527, func_218161_d
int (): e, method_19528, func_218151_e
int (): f, method_19529, func_218164_f
int (): g, method_19530, func_218152_g
int (): h, method_19531, func_218165_h
int (): r, method_19532, func_218143_r
long (long): e, method_18691, func_218162_e
long (long): f, method_18693, func_218169_f
BlockPos (): s, method_19767, func_218147_s
BlockPos (): t, method_19768, func_218160_t
ChunkPos (): u, method_18692, func_218155_u
long (int, int, int): b, method_18685, func_218166_b
long (): v, method_18694, func_218146_v
Stream<BlockPos> (): w, method_19533, func_218145_w
Stream<SectionPos> (SectionPos, int): a, method_20439, func_218158_a
Stream<SectionPos> (int, int, int, int, int, int): a, method_20438, func_218168_a