Package net.minecraft.item
Record Class BrushItem.DustParticlesOffset
java.lang.Object
java.lang.Record
net.minecraft.item.BrushItem.DustParticlesOffset
- Record Components:
- xd-
- yd-
- zd-
- Enclosing class:
- BrushItem
- Mappings:
- Namespace - Name - named - net/minecraft/item/BrushItem$DustParticlesOffset- intermediary - net/minecraft/class_8162$class_8163- official - cvb$a- named - xd- intermediary - comp_1286- official - a- named - yd- intermediary - comp_1287- official - b- named - zd- intermediary - comp_1288- official - c
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateDustParticlesOffset(double double2, double double3, double double4) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.doublexd()Returns the value of thexdrecord component.doubleyd()Returns the value of theydrecord component.doublezd()Returns the value of thezdrecord component.
- 
Field Details- 
xdprivate final double xdThe field for thexdrecord component.
- 
ydprivate final double ydThe field for theydrecord component.
- 
zdprivate final double zdThe field for thezdrecord component.
- 
field_42685private static final double field_42685- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_42685- Lnet/minecraft/item/BrushItem$DustParticlesOffset;field_42685:D- intermediary - field_42685- Lnet/minecraft/class_8162$class_8163;field_42685:D- official - d- Lcvb$a;d:D
 
- 
field_42686private static final double field_42686- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - field_42686- Lnet/minecraft/item/BrushItem$DustParticlesOffset;field_42686:D- intermediary - field_42686- Lnet/minecraft/class_8162$class_8163;field_42686:D- official - e- Lcvb$a;e:D
 
 
- 
- 
Constructor Details- 
DustParticlesOffsetprivate DustParticlesOffset(double double2, double double3, double double4) 
 
- 
- 
Method Details- 
fromSide- Mappings:
- Namespace - Name - Mixin selector - named - fromSide- Lnet/minecraft/item/BrushItem$DustParticlesOffset;fromSide(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Direction;)Lnet/minecraft/item/BrushItem$DustParticlesOffset;- intermediary - method_49185- Lnet/minecraft/class_8162$class_8163;method_49185(Lnet/minecraft/class_243;Lnet/minecraft/class_2350;)Lnet/minecraft/class_8162$class_8163;- official - a- Lcvb$a;a(Lfbb;Ljn;)Lcvb$a;
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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 '=='.
- 
xdpublic double xd()Returns the value of thexdrecord component.- Returns:
- the value of the xdrecord component
 
- 
ydpublic double yd()Returns the value of theydrecord component.- Returns:
- the value of the ydrecord component
 
- 
zdpublic double zd()Returns the value of thezdrecord component.- Returns:
- the value of the zdrecord component
 
 
-