Record Class DensityFunction.UnblendedNoisePos
java.lang.Object
java.lang.Record
net.minecraft.world.gen.densityfunction.DensityFunction.UnblendedNoisePos
- Record Components:
blockX-blockY-blockZ-
- All Implemented Interfaces:
DensityFunction.NoisePos
- Enclosing interface:
DensityFunction
public static record DensityFunction.UnblendedNoisePos(int blockX, int blockY, int blockZ)
extends Record
implements DensityFunction.NoisePos
- Mappings:
Namespace Name intermediary net/minecraft/class_6910$class_6914official dha$enamed net/minecraft/world/gen/densityfunction/DensityFunction$UnblendedNoisePosintermediary comp_371official anamed blockXintermediary comp_372official bnamed blockYintermediary comp_373official cnamed 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 interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector intermediary comp_371Lnet/minecraft/class_6910$class_6912;comp_371()Iofficial aLdha$b;a()Inamed blockXLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockX()I
-
blockY
public int blockY()- Specified by:
blockYin interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector intermediary comp_372Lnet/minecraft/class_6910$class_6912;comp_372()Iofficial bLdha$b;b()Inamed blockYLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockY()I
-
blockZ
public int blockZ()- Specified by:
blockZin interfaceDensityFunction.NoisePos- Mappings:
Namespace Name Mixin selector intermediary comp_373Lnet/minecraft/class_6910$class_6912;comp_373()Iofficial cLdha$b;c()Inamed blockZLnet/minecraft/world/gen/densityfunction/DensityFunction$NoisePos;blockZ()I
-