Package net.minecraft.util.math
Class ChunkSectionPos
java.lang.Object
net.minecraft.util.math.Vec3i
net.minecraft.util.math.ChunkSectionPos
- All Implemented Interfaces:
Comparable<Vec3i>
- Mappings:
Namespace Name official izintermediary net/minecraft/class_4076named net/minecraft/util/math/ChunkSectionPos
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intprivate static final intprivate static final intprivate static final intprivate static final longprivate static final longprivate static final longprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(int int2, int int3, int int4) Returns another Vec3i whose coordinates have the parameter x, y, and z added to the coordinates of this vector.longasLong()static longasLong(int x, int y, int z) static voidforEachChunkSectionAround(int x, int y, int z, LongConsumer consumer) Performs an action for each chunk section enclosing a block position adjacent to(x, y, z).static voidforEachChunkSectionAround(long pos, LongConsumer consumer) static voidforEachChunkSectionAround(BlockPos pos, LongConsumer consumer) static ChunkSectionPosfrom(int x, int y, int z) Creates a chunk section position from its x-, y- and z-coordinates.static ChunkSectionPosfrom(long packed) Creates a chunk section position from its packed representation.static ChunkSectionPosstatic ChunkSectionPosCreates a chunk section position from a chunk position and the y-coordinate of the vertical section.static ChunkSectionPosstatic ChunkSectionPosstatic ChunkSectionPosfrom(EntityLike entity) static longfromBlockPos(long blockPos) Gets the packed chunk section coordinate for a given packedBlockPos.static intgetBlockCoord(int sectionCoord) Converts the given chunk section coordinate to the world coordinate system.static intgetLocalCoord(int coord) Converts a world coordinate to the local coordinate system (0-15) of its corresponding chunk section.intgetMaxX()intgetMaxY()intgetMaxZ()intgetMinX()intgetMinY()intgetMinZ()static intgetOffsetPos(int chunkCoord, int offset) static intgetSectionCoord(double coord) static intgetSectionCoord(int coord) Converts a world coordinate to the corresponding chunk-section coordinate.static intgetSectionCoordFloored(double coord) intintintstatic longoffset(long packed, int x, int y, int z) Offsets a packed chunk section position by the given offsets.static longOffsets a packed chunk section position in the given direction.static shortReturns the local position of the given block position relative to its respective chunk section, packed into a short.static Stream<ChunkSectionPos>stream(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) static Stream<ChunkSectionPos>static Stream<ChunkSectionPos>stream(ChunkSectionPos center, int radius) static longunpackBlockPos(short packedLocalPos) Gets the world position of the given local position within this chunk section.intunpackBlockX(short packedLocalPos) Gets the world x-coordinate of the given local position within this chunk section.intunpackBlockY(short packedLocalPos) Gets the world y-coordinate of the given local position within this chunk section.intunpackBlockZ(short packedLocalPos) Gets the world z-coordinate of the given local position within this chunk section.static intunpackLocalX(short packedLocalPos) Gets the local x-coordinate from the given packed local position.static intunpackLocalY(short packedLocalPos) Gets the local y-coordinate from the given packed local position.static intunpackLocalZ(short packedLocalPos) Gets the local z-coordinate from the given packed local position.static intunpackX(long packed) Gets the chunk section x-coordinate from the given packed chunk section coordinate.static intunpackY(long packed) Gets the chunk section y-coordinate from the given packed chunk section coordinate.static intunpackZ(long packed) Gets the chunk section z-coordinate from the given packed chunk section coordinate.static longwithZeroY(int x, int z) static longwithZeroY(long pos) Gets the packed chunk section coordinate at y=0 for the same chunk as the given packed chunk section coordinate.Methods inherited from class net.minecraft.util.math.Vec3i
add, compareTo, createOffsetCodec, crossProduct, down, down, east, east, equals, getComponentAlongAxis, getManhattanDistance, getSquaredDistance, getSquaredDistance, getSquaredDistance, getSquaredDistanceFromCenter, getX, getY, getZ, hashCode, isWithinDistance, isWithinDistance, multiply, north, north, offset, offset, offset, setX, setY, setZ, south, south, subtract, toShortString, toString, up, up, west, west
-
Field Details
-
field_33096
public static final int field_33096- See Also:
- Mappings:
Namespace Name Mixin selector official aLiz;a:Iintermediary field_33096Lnet/minecraft/class_4076;field_33096:Inamed field_33096Lnet/minecraft/util/math/ChunkSectionPos;field_33096:I
-
field_33097
public static final int field_33097- See Also:
- Mappings:
Namespace Name Mixin selector official bLiz;b:Iintermediary field_33097Lnet/minecraft/class_4076;field_33097:Inamed field_33097Lnet/minecraft/util/math/ChunkSectionPos;field_33097:I
-
field_33100
public static final int field_33100- See Also:
- Mappings:
Namespace Name Mixin selector official cLiz;c:Iintermediary field_33100Lnet/minecraft/class_4076;field_33100:Inamed field_33100Lnet/minecraft/util/math/ChunkSectionPos;field_33100:I
-
field_33098
public static final int field_33098- See Also:
- Mappings:
Namespace Name Mixin selector official dLiz;d:Iintermediary field_33098Lnet/minecraft/class_4076;field_33098:Inamed field_33098Lnet/minecraft/util/math/ChunkSectionPos;field_33098:I
-
field_33099
public static final int field_33099- See Also:
- Mappings:
Namespace Name Mixin selector official eLiz;e:Iintermediary field_33099Lnet/minecraft/class_4076;field_33099:Inamed field_33099Lnet/minecraft/util/math/ChunkSectionPos;field_33099:I
-
field_33101
private static final int field_33101- See Also:
- Mappings:
Namespace Name Mixin selector official hLiz;h:Iintermediary field_33101Lnet/minecraft/class_4076;field_33101:Inamed field_33101Lnet/minecraft/util/math/ChunkSectionPos;field_33101:I
-
field_33102
private static final int field_33102- See Also:
- Mappings:
Namespace Name Mixin selector official iLiz;i:Iintermediary field_33102Lnet/minecraft/class_4076;field_33102:Inamed field_33102Lnet/minecraft/util/math/ChunkSectionPos;field_33102:I
-
field_33103
private static final int field_33103- See Also:
- Mappings:
Namespace Name Mixin selector official jLiz;j:Iintermediary field_33103Lnet/minecraft/class_4076;field_33103:Inamed field_33103Lnet/minecraft/util/math/ChunkSectionPos;field_33103:I
-
field_33104
private static final long field_33104- See Also:
- Mappings:
Namespace Name Mixin selector official kLiz;k:Jintermediary field_33104Lnet/minecraft/class_4076;field_33104:Jnamed field_33104Lnet/minecraft/util/math/ChunkSectionPos;field_33104:J
-
field_33105
private static final long field_33105- See Also:
- Mappings:
Namespace Name Mixin selector official lLiz;l:Jintermediary field_33105Lnet/minecraft/class_4076;field_33105:Jnamed field_33105Lnet/minecraft/util/math/ChunkSectionPos;field_33105:J
-
field_33106
private static final long field_33106- See Also:
- Mappings:
Namespace Name Mixin selector official mLiz;m:Jintermediary field_33106Lnet/minecraft/class_4076;field_33106:Jnamed field_33106Lnet/minecraft/util/math/ChunkSectionPos;field_33106:J
-
field_33107
private static final int field_33107- See Also:
- Mappings:
Namespace Name Mixin selector official nLiz;n:Iintermediary field_33107Lnet/minecraft/class_4076;field_33107:Inamed field_33107Lnet/minecraft/util/math/ChunkSectionPos;field_33107:I
-
field_33108
private static final int field_33108- See Also:
- Mappings:
Namespace Name Mixin selector official oLiz;o:Iintermediary field_33108Lnet/minecraft/class_4076;field_33108:Inamed field_33108Lnet/minecraft/util/math/ChunkSectionPos;field_33108:I
-
field_33109
private static final int field_33109- See Also:
- Mappings:
Namespace Name Mixin selector official pLiz;p:Iintermediary field_33109Lnet/minecraft/class_4076;field_33109:Inamed field_33109Lnet/minecraft/util/math/ChunkSectionPos;field_33109:I
-
field_33110
private static final int field_33110- See Also:
- Mappings:
Namespace Name Mixin selector official qLiz;q:Iintermediary field_33110Lnet/minecraft/class_4076;field_33110:Inamed field_33110Lnet/minecraft/util/math/ChunkSectionPos;field_33110:I
-
field_33111
private static final int field_33111- See Also:
- Mappings:
Namespace Name Mixin selector official rLiz;r:Iintermediary field_33111Lnet/minecraft/class_4076;field_33111:Inamed field_33111Lnet/minecraft/util/math/ChunkSectionPos;field_33111:I
-
field_33112
private static final int field_33112- See Also:
- Mappings:
Namespace Name Mixin selector official sLiz;s:Iintermediary field_33112Lnet/minecraft/class_4076;field_33112:Inamed field_33112Lnet/minecraft/util/math/ChunkSectionPos;field_33112:I
-
-
Constructor Details
-
ChunkSectionPos
ChunkSectionPos(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official <init>Ljb;<init>(III)Vintermediary <init>Lnet/minecraft/class_2382;<init>(III)Vnamed <init>Lnet/minecraft/util/math/Vec3i;<init>(III)V
-
-
Method Details
-
from
Creates a chunk section position from its x-, y- and z-coordinates.- Mappings:
Namespace Name Mixin selector official aLiz;a(III)Liz;intermediary method_18676Lnet/minecraft/class_4076;method_18676(III)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(III)Lnet/minecraft/util/math/ChunkSectionPos;
-
from
- Mappings:
Namespace Name Mixin selector official aLiz;a(Lhx;)Liz;intermediary method_18682Lnet/minecraft/class_4076;method_18682(Lnet/minecraft/class_2338;)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/util/math/ChunkSectionPos;
-
from
Creates a chunk section position from a chunk position and the y-coordinate of the vertical section.- Mappings:
Namespace Name Mixin selector official aLiz;a(Lcsw;I)Liz;intermediary method_18681Lnet/minecraft/class_4076;method_18681(Lnet/minecraft/class_1923;I)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(Lnet/minecraft/util/math/ChunkPos;I)Lnet/minecraft/util/math/ChunkSectionPos;
-
from
- Mappings:
Namespace Name Mixin selector official aLiz;a(Ldmy;)Liz;intermediary method_42614Lnet/minecraft/class_4076;method_42614(Lnet/minecraft/class_5568;)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(Lnet/minecraft/world/entity/EntityLike;)Lnet/minecraft/util/math/ChunkSectionPos;
-
from
- Mappings:
Namespace Name Mixin selector official aLiz;a(Lir;)Liz;intermediary method_18680Lnet/minecraft/class_4076;method_18680(Lnet/minecraft/class_2374;)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(Lnet/minecraft/util/math/Position;)Lnet/minecraft/util/math/ChunkSectionPos;
-
from
Creates a chunk section position from its packed representation.- See Also:
- Mappings:
Namespace Name Mixin selector official aLiz;a(J)Liz;intermediary method_18677Lnet/minecraft/class_4076;method_18677(J)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(J)Lnet/minecraft/util/math/ChunkSectionPos;
-
from
- Mappings:
Namespace Name Mixin selector official aLiz;a(Ldld;)Liz;intermediary method_33705Lnet/minecraft/class_4076;method_33705(Lnet/minecraft/class_2791;)Lnet/minecraft/class_4076;named fromLnet/minecraft/util/math/ChunkSectionPos;from(Lnet/minecraft/world/chunk/Chunk;)Lnet/minecraft/util/math/ChunkSectionPos;
-
offset
Offsets a packed chunk section position in the given direction.- See Also:
- Mappings:
Namespace Name Mixin selector official aLiz;a(JLic;)Jintermediary method_18679Lnet/minecraft/class_4076;method_18679(JLnet/minecraft/class_2350;)Jnamed offsetLnet/minecraft/util/math/ChunkSectionPos;offset(JLnet/minecraft/util/math/Direction;)J
-
offset
public static long offset(long packed, int x, int y, int z) Offsets a packed chunk section position by the given offsets.- See Also:
- Mappings:
Namespace Name Mixin selector official aLiz;a(JIII)Jintermediary method_18678Lnet/minecraft/class_4076;method_18678(JIII)Jnamed offsetLnet/minecraft/util/math/ChunkSectionPos;offset(JIII)J
-
getSectionCoord
public static int getSectionCoord(double coord) - Mappings:
Namespace Name Mixin selector official aLiz;a(D)Iintermediary method_32204Lnet/minecraft/class_4076;method_32204(D)Inamed getSectionCoordLnet/minecraft/util/math/ChunkSectionPos;getSectionCoord(D)I
-
getSectionCoord
public static int getSectionCoord(int coord) Converts a world coordinate to the corresponding chunk-section coordinate.- Implementation Note:
- This implementation returns
coord / 16. - Mappings:
Namespace Name Mixin selector official aLiz;a(I)Iintermediary method_18675Lnet/minecraft/class_4076;method_18675(I)Inamed getSectionCoordLnet/minecraft/util/math/ChunkSectionPos;getSectionCoord(I)I
-
getSectionCoordFloored
public static int getSectionCoordFloored(double coord) - Mappings:
Namespace Name Mixin selector official bLiz;b(D)Iintermediary method_42615Lnet/minecraft/class_4076;method_42615(D)Inamed getSectionCoordFlooredLnet/minecraft/util/math/ChunkSectionPos;getSectionCoordFloored(D)I
-
getLocalCoord
public static int getLocalCoord(int coord) Converts a world coordinate to the local coordinate system (0-15) of its corresponding chunk section.- Mappings:
Namespace Name Mixin selector official bLiz;b(I)Iintermediary method_18684Lnet/minecraft/class_4076;method_18684(I)Inamed getLocalCoordLnet/minecraft/util/math/ChunkSectionPos;getLocalCoord(I)I
-
packLocal
Returns the local position of the given block position relative to its respective chunk section, packed into a short.- Mappings:
Namespace Name Mixin selector official bLiz;b(Lhx;)Sintermediary method_19454Lnet/minecraft/class_4076;method_19454(Lnet/minecraft/class_2338;)Snamed packLocalLnet/minecraft/util/math/ChunkSectionPos;packLocal(Lnet/minecraft/util/math/BlockPos;)S
-
unpackLocalX
public static int unpackLocalX(short packedLocalPos) Gets the local x-coordinate from the given packed local position.- See Also:
- Mappings:
Namespace Name Mixin selector official aLiz;a(S)Iintermediary method_30551Lnet/minecraft/class_4076;method_30551(S)Inamed unpackLocalXLnet/minecraft/util/math/ChunkSectionPos;unpackLocalX(S)I
-
unpackLocalY
public static int unpackLocalY(short packedLocalPos) Gets the local y-coordinate from the given packed local position.- See Also:
- Mappings:
Namespace Name Mixin selector official bLiz;b(S)Iintermediary method_30552Lnet/minecraft/class_4076;method_30552(S)Inamed unpackLocalYLnet/minecraft/util/math/ChunkSectionPos;unpackLocalY(S)I
-
unpackLocalZ
public static int unpackLocalZ(short packedLocalPos) Gets the local z-coordinate from the given packed local position.- See Also:
- Mappings:
Namespace Name Mixin selector official cLiz;c(S)Iintermediary method_30553Lnet/minecraft/class_4076;method_30553(S)Inamed unpackLocalZLnet/minecraft/util/math/ChunkSectionPos;unpackLocalZ(S)I
-
unpackBlockX
public int unpackBlockX(short packedLocalPos) Gets the world x-coordinate of the given local position within this chunk section.- See Also:
- Mappings:
Namespace Name Mixin selector official dLiz;d(S)Iintermediary method_30554Lnet/minecraft/class_4076;method_30554(S)Inamed unpackBlockXLnet/minecraft/util/math/ChunkSectionPos;unpackBlockX(S)I
-
unpackBlockY
public int unpackBlockY(short packedLocalPos) Gets the world y-coordinate of the given local position within this chunk section.- See Also:
- Mappings:
Namespace Name Mixin selector official eLiz;e(S)Iintermediary method_30555Lnet/minecraft/class_4076;method_30555(S)Inamed unpackBlockYLnet/minecraft/util/math/ChunkSectionPos;unpackBlockY(S)I
-
unpackBlockZ
public int unpackBlockZ(short packedLocalPos) Gets the world z-coordinate of the given local position within this chunk section.- See Also:
- Mappings:
Namespace Name Mixin selector official fLiz;f(S)Iintermediary method_30556Lnet/minecraft/class_4076;method_30556(S)Inamed unpackBlockZLnet/minecraft/util/math/ChunkSectionPos;unpackBlockZ(S)I
-
unpackBlockPos
Gets the world position of the given local position within this chunk section.- See Also:
- Mappings:
Namespace Name Mixin selector official gLiz;g(S)Lhx;intermediary method_30557Lnet/minecraft/class_4076;method_30557(S)Lnet/minecraft/class_2338;named unpackBlockPosLnet/minecraft/util/math/ChunkSectionPos;unpackBlockPos(S)Lnet/minecraft/util/math/BlockPos;
-
getBlockCoord
public static int getBlockCoord(int sectionCoord) Converts the given chunk section coordinate to the world coordinate system. The returned coordinate will always be at the origin of the chunk section in world space.- Mappings:
Namespace Name Mixin selector official cLiz;c(I)Iintermediary method_18688Lnet/minecraft/class_4076;method_18688(I)Inamed getBlockCoordLnet/minecraft/util/math/ChunkSectionPos;getBlockCoord(I)I
-
getOffsetPos
public static int getOffsetPos(int chunkCoord, int offset) - Mappings:
Namespace Name Mixin selector official aLiz;a(II)Iintermediary method_32205Lnet/minecraft/class_4076;method_32205(II)Inamed getOffsetPosLnet/minecraft/util/math/ChunkSectionPos;getOffsetPos(II)I
-
unpackX
public static int unpackX(long packed) Gets the chunk section x-coordinate from the given packed chunk section coordinate.- See Also:
- Mappings:
Namespace Name Mixin selector official bLiz;b(J)Iintermediary method_18686Lnet/minecraft/class_4076;method_18686(J)Inamed unpackXLnet/minecraft/util/math/ChunkSectionPos;unpackX(J)I
-
unpackY
public static int unpackY(long packed) Gets the chunk section y-coordinate from the given packed chunk section coordinate.- See Also:
- Mappings:
Namespace Name Mixin selector official cLiz;c(J)Iintermediary method_18689Lnet/minecraft/class_4076;method_18689(J)Inamed unpackYLnet/minecraft/util/math/ChunkSectionPos;unpackY(J)I
-
unpackZ
public static int unpackZ(long packed) Gets the chunk section z-coordinate from the given packed chunk section coordinate.- See Also:
- Mappings:
Namespace Name Mixin selector official dLiz;d(J)Iintermediary method_18690Lnet/minecraft/class_4076;method_18690(J)Inamed unpackZLnet/minecraft/util/math/ChunkSectionPos;unpackZ(J)I
-
getSectionX
public int getSectionX()- Mappings:
Namespace Name Mixin selector official aLiz;a()Iintermediary method_18674Lnet/minecraft/class_4076;method_18674()Inamed getSectionXLnet/minecraft/util/math/ChunkSectionPos;getSectionX()I
-
getSectionY
public int getSectionY()- Mappings:
Namespace Name Mixin selector official bLiz;b()Iintermediary method_18683Lnet/minecraft/class_4076;method_18683()Inamed getSectionYLnet/minecraft/util/math/ChunkSectionPos;getSectionY()I
-
getSectionZ
public int getSectionZ()- Mappings:
Namespace Name Mixin selector official cLiz;c()Iintermediary method_18687Lnet/minecraft/class_4076;method_18687()Inamed getSectionZLnet/minecraft/util/math/ChunkSectionPos;getSectionZ()I
-
getMinX
public int getMinX()- Mappings:
Namespace Name Mixin selector official dLiz;d()Iintermediary method_19527Lnet/minecraft/class_4076;method_19527()Inamed getMinXLnet/minecraft/util/math/ChunkSectionPos;getMinX()I
-
getMinY
public int getMinY()- Mappings:
Namespace Name Mixin selector official eLiz;e()Iintermediary method_19528Lnet/minecraft/class_4076;method_19528()Inamed getMinYLnet/minecraft/util/math/ChunkSectionPos;getMinY()I
-
getMinZ
public int getMinZ()- Mappings:
Namespace Name Mixin selector official fLiz;f()Iintermediary method_19529Lnet/minecraft/class_4076;method_19529()Inamed getMinZLnet/minecraft/util/math/ChunkSectionPos;getMinZ()I
-
getMaxX
public int getMaxX()- Mappings:
Namespace Name Mixin selector official gLiz;g()Iintermediary method_19530Lnet/minecraft/class_4076;method_19530()Inamed getMaxXLnet/minecraft/util/math/ChunkSectionPos;getMaxX()I
-
getMaxY
public int getMaxY()- Mappings:
Namespace Name Mixin selector official hLiz;h()Iintermediary method_19531Lnet/minecraft/class_4076;method_19531()Inamed getMaxYLnet/minecraft/util/math/ChunkSectionPos;getMaxY()I
-
getMaxZ
public int getMaxZ()- Mappings:
Namespace Name Mixin selector official iLiz;i()Iintermediary method_19532Lnet/minecraft/class_4076;method_19532()Inamed getMaxZLnet/minecraft/util/math/ChunkSectionPos;getMaxZ()I
-
fromBlockPos
public static long fromBlockPos(long blockPos) Gets the packed chunk section coordinate for a given packedBlockPos.- See Also:
- Mappings:
Namespace Name Mixin selector official eLiz;e(J)Jintermediary method_18691Lnet/minecraft/class_4076;method_18691(J)Jnamed fromBlockPosLnet/minecraft/util/math/ChunkSectionPos;fromBlockPos(J)J
-
withZeroY
public static long withZeroY(int x, int z) - Mappings:
Namespace Name Mixin selector official bLiz;b(II)Jintermediary method_51687Lnet/minecraft/class_4076;method_51687(II)Jnamed withZeroYLnet/minecraft/util/math/ChunkSectionPos;withZeroY(II)J
-
withZeroY
public static long withZeroY(long pos) Gets the packed chunk section coordinate at y=0 for the same chunk as the given packed chunk section coordinate.- See Also:
- Mappings:
Namespace Name Mixin selector official fLiz;f(J)Jintermediary method_18693Lnet/minecraft/class_4076;method_18693(J)Jnamed withZeroYLnet/minecraft/util/math/ChunkSectionPos;withZeroY(J)J
-
getMinPos
- Mappings:
Namespace Name Mixin selector official jLiz;j()Lhx;intermediary method_19767Lnet/minecraft/class_4076;method_19767()Lnet/minecraft/class_2338;named getMinPosLnet/minecraft/util/math/ChunkSectionPos;getMinPos()Lnet/minecraft/util/math/BlockPos;
-
getCenterPos
- Mappings:
Namespace Name Mixin selector official qLiz;q()Lhx;intermediary method_19768Lnet/minecraft/class_4076;method_19768()Lnet/minecraft/class_2338;named getCenterPosLnet/minecraft/util/math/ChunkSectionPos;getCenterPos()Lnet/minecraft/util/math/BlockPos;
-
toChunkPos
- Mappings:
Namespace Name Mixin selector official rLiz;r()Lcsw;intermediary method_18692Lnet/minecraft/class_4076;method_18692()Lnet/minecraft/class_1923;named toChunkPosLnet/minecraft/util/math/ChunkSectionPos;toChunkPos()Lnet/minecraft/util/math/ChunkPos;
-
toLong
- Mappings:
Namespace Name Mixin selector official cLiz;c(Lhx;)Jintermediary method_33706Lnet/minecraft/class_4076;method_33706(Lnet/minecraft/class_2338;)Jnamed toLongLnet/minecraft/util/math/ChunkSectionPos;toLong(Lnet/minecraft/util/math/BlockPos;)J
-
asLong
public static long asLong(int x, int y, int z) - Mappings:
Namespace Name Mixin selector official bLiz;b(III)Jintermediary method_18685Lnet/minecraft/class_4076;method_18685(III)Jnamed asLongLnet/minecraft/util/math/ChunkSectionPos;asLong(III)J
-
asLong
public long asLong()- Mappings:
Namespace Name Mixin selector official sLiz;s()Jintermediary method_18694Lnet/minecraft/class_4076;method_18694()Jnamed asLongLnet/minecraft/util/math/ChunkSectionPos;asLong()J
-
add
Description copied from class:Vec3iReturns another Vec3i whose coordinates have the parameter x, y, and z added to the coordinates of this vector.This method always returns an immutable object.
- Overrides:
addin classVec3i- Returns:
- another Vec3i whose coordinates have the parameter x, y, and z added to the coordinates of this vector
- Mappings:
Namespace Name Mixin selector official dLiz;d(III)Liz;intermediary method_34591Lnet/minecraft/class_4076;method_34591(III)Lnet/minecraft/class_4076;named addLnet/minecraft/util/math/ChunkSectionPos;add(III)Lnet/minecraft/util/math/ChunkSectionPos;
-
streamBlocks
- Mappings:
Namespace Name Mixin selector official tLiz;t()Ljava/util/stream/Stream;intermediary method_19533Lnet/minecraft/class_4076;method_19533()Ljava/util/stream/Stream;named streamBlocksLnet/minecraft/util/math/ChunkSectionPos;streamBlocks()Ljava/util/stream/Stream;
-
stream
- Mappings:
Namespace Name Mixin selector official aLiz;a(Liz;I)Ljava/util/stream/Stream;intermediary method_20439Lnet/minecraft/class_4076;method_20439(Lnet/minecraft/class_4076;I)Ljava/util/stream/Stream;named streamLnet/minecraft/util/math/ChunkSectionPos;stream(Lnet/minecraft/util/math/ChunkSectionPos;I)Ljava/util/stream/Stream;
-
stream
- Mappings:
Namespace Name Mixin selector official aLiz;a(Lcsw;III)Ljava/util/stream/Stream;intermediary method_22446Lnet/minecraft/class_4076;method_22446(Lnet/minecraft/class_1923;III)Ljava/util/stream/Stream;named streamLnet/minecraft/util/math/ChunkSectionPos;stream(Lnet/minecraft/util/math/ChunkPos;III)Ljava/util/stream/Stream;
-
stream
public static Stream<ChunkSectionPos> stream(int minX, int minY, int minZ, int maxX, int maxY, int maxZ) - Mappings:
Namespace Name Mixin selector official aLiz;a(IIIIII)Ljava/util/stream/Stream;intermediary method_20438Lnet/minecraft/class_4076;method_20438(IIIIII)Ljava/util/stream/Stream;named streamLnet/minecraft/util/math/ChunkSectionPos;stream(IIIIII)Ljava/util/stream/Stream;
-
forEachChunkSectionAround
- Mappings:
Namespace Name Mixin selector official aLiz;a(Lhx;Lit/unimi/dsi/fastutil/longs/LongConsumer;)Vintermediary method_39491Lnet/minecraft/class_4076;method_39491(Lnet/minecraft/class_2338;Lit/unimi/dsi/fastutil/longs/LongConsumer;)Vnamed forEachChunkSectionAroundLnet/minecraft/util/math/ChunkSectionPos;forEachChunkSectionAround(Lnet/minecraft/util/math/BlockPos;Lit/unimi/dsi/fastutil/longs/LongConsumer;)V
-
forEachChunkSectionAround
- Mappings:
Namespace Name Mixin selector official aLiz;a(JLit/unimi/dsi/fastutil/longs/LongConsumer;)Vintermediary method_39490Lnet/minecraft/class_4076;method_39490(JLit/unimi/dsi/fastutil/longs/LongConsumer;)Vnamed forEachChunkSectionAroundLnet/minecraft/util/math/ChunkSectionPos;forEachChunkSectionAround(JLit/unimi/dsi/fastutil/longs/LongConsumer;)V
-
forEachChunkSectionAround
Performs an action for each chunk section enclosing a block position adjacent to(x, y, z).- Parameters:
consumer- the consumer that takes the chunk section position as a long- Mappings:
Namespace Name Mixin selector official aLiz;a(IIILit/unimi/dsi/fastutil/longs/LongConsumer;)Vintermediary method_39489Lnet/minecraft/class_4076;method_39489(IIILit/unimi/dsi/fastutil/longs/LongConsumer;)Vnamed forEachChunkSectionAroundLnet/minecraft/util/math/ChunkSectionPos;forEachChunkSectionAround(IIILit/unimi/dsi/fastutil/longs/LongConsumer;)V
-