Package net.minecraft.world.gen.noise
Record Class NoiseType.UnblendedNoisePos
java.lang.Object
java.lang.Record
net.minecraft.world.gen.noise.NoiseType.UnblendedNoisePos
- Record Components:
blockX-blockY-blockZ-
- All Implemented Interfaces:
NoiseType.NoisePos
- Enclosing interface:
NoiseType
public static record NoiseType.UnblendedNoisePos(int blockX, int blockY, int blockZ)
extends Record
implements NoiseType.NoisePos
- Mappings:
Namespace Name official cto$dintermediary net/minecraft/class_6910$class_6914named net/minecraft/world/gen/noise/NoiseType$UnblendedNoisePosofficial aintermediary comp_371named blockXofficial bintermediary comp_372named blockYofficial cintermediary comp_373named blockZ
-
Field Details
-
Constructor Details
-
UnblendedNoisePos
public UnblendedNoisePos(int int2, int int3, int int4)
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
blockX
public int blockX()- Specified by:
blockXin interfaceNoiseType.NoisePos- Mappings:
Namespace Name Mixin selector official aLcto$b;a()Iintermediary comp_371Lnet/minecraft/class_6910$class_6912;comp_371()Inamed blockXLnet/minecraft/world/gen/noise/NoiseType$NoisePos;blockX()I
-
blockY
public int blockY()- Specified by:
blockYin interfaceNoiseType.NoisePos- Mappings:
Namespace Name Mixin selector official bLcto$b;b()Iintermediary comp_372Lnet/minecraft/class_6910$class_6912;comp_372()Inamed blockYLnet/minecraft/world/gen/noise/NoiseType$NoisePos;blockY()I
-
blockZ
public int blockZ()- Specified by:
blockZin interfaceNoiseType.NoisePos- Mappings:
Namespace Name Mixin selector official cLcto$b;c()Iintermediary comp_373Lnet/minecraft/class_6910$class_6912;comp_373()Inamed blockZLnet/minecraft/world/gen/noise/NoiseType$NoisePos;blockZ()I
-