Package net.minecraft

Record Class class_10784

java.lang.Object
java.lang.Record
net.minecraft.class_10784
Record Components:
sourceColor -
destColor -
sourceAlpha -
destAlpha -

@Environment(CLIENT) public record class_10784(GlStateManager.SrcFactor sourceColor, GlStateManager.DstFactor destColor, GlStateManager.SrcFactor sourceAlpha, GlStateManager.DstFactor destAlpha) extends Record
Mappings:
Namespace Name
named net/minecraft/class_10784
intermediary net/minecraft/class_10784
official fia
named sourceColor
intermediary comp_3695
official h
named destColor
intermediary comp_3696
official i
named sourceAlpha
intermediary comp_3697
official j
named destAlpha
intermediary comp_3698
official k
  • Field Details

    • sourceColor

      private final GlStateManager.SrcFactor sourceColor
      The field for the sourceColor record component.
    • destColor

      private final GlStateManager.DstFactor destColor
      The field for the destColor record component.
    • sourceAlpha

      private final GlStateManager.SrcFactor sourceAlpha
      The field for the sourceAlpha record component.
    • destAlpha

      private final GlStateManager.DstFactor destAlpha
      The field for the destAlpha record component.
    • field_56698

      public static final class_10784 field_56698
      Mappings:
      Namespace Name Mixin selector
      named field_56698 Lnet/minecraft/class_10784;field_56698:Lnet/minecraft/class_10784;
      intermediary field_56698 Lnet/minecraft/class_10784;field_56698:Lnet/minecraft/class_10784;
      official a Lfia;a:Lfia;
    • field_56699

      public static final class_10784 field_56699
      Mappings:
      Namespace Name Mixin selector
      named field_56699 Lnet/minecraft/class_10784;field_56699:Lnet/minecraft/class_10784;
      intermediary field_56699 Lnet/minecraft/class_10784;field_56699:Lnet/minecraft/class_10784;
      official b Lfia;b:Lfia;
    • field_56700

      public static final class_10784 field_56700
      Mappings:
      Namespace Name Mixin selector
      named field_56700 Lnet/minecraft/class_10784;field_56700:Lnet/minecraft/class_10784;
      intermediary field_56700 Lnet/minecraft/class_10784;field_56700:Lnet/minecraft/class_10784;
      official c Lfia;c:Lfia;
    • field_56701

      public static final class_10784 field_56701
      Mappings:
      Namespace Name Mixin selector
      named field_56701 Lnet/minecraft/class_10784;field_56701:Lnet/minecraft/class_10784;
      intermediary field_56701 Lnet/minecraft/class_10784;field_56701:Lnet/minecraft/class_10784;
      official d Lfia;d:Lfia;
    • field_56702

      public static final class_10784 field_56702
      Mappings:
      Namespace Name Mixin selector
      named field_56702 Lnet/minecraft/class_10784;field_56702:Lnet/minecraft/class_10784;
      intermediary field_56702 Lnet/minecraft/class_10784;field_56702:Lnet/minecraft/class_10784;
      official e Lfia;e:Lfia;
    • field_56703

      public static final class_10784 field_56703
      Mappings:
      Namespace Name Mixin selector
      named field_56703 Lnet/minecraft/class_10784;field_56703:Lnet/minecraft/class_10784;
      intermediary field_56703 Lnet/minecraft/class_10784;field_56703:Lnet/minecraft/class_10784;
      official f Lfia;f:Lfia;
    • field_56704

      public static final class_10784 field_56704
      Mappings:
      Namespace Name Mixin selector
      named field_56704 Lnet/minecraft/class_10784;field_56704:Lnet/minecraft/class_10784;
      intermediary field_56704 Lnet/minecraft/class_10784;field_56704:Lnet/minecraft/class_10784;
      official g Lfia;g:Lfia;
  • Constructor Details

  • Method Details

    • method_67723

      public void method_67723()
      Mappings:
      Namespace Name Mixin selector
      named method_67723 Lnet/minecraft/class_10784;method_67723()V
      intermediary method_67723 Lnet/minecraft/class_10784;method_67723()V
      official a Lfia;a()V
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • sourceColor

      public GlStateManager.SrcFactor sourceColor()
      Returns the value of the sourceColor record component.
      Returns:
      the value of the sourceColor record component
    • destColor

      public GlStateManager.DstFactor destColor()
      Returns the value of the destColor record component.
      Returns:
      the value of the destColor record component
    • sourceAlpha

      public GlStateManager.SrcFactor sourceAlpha()
      Returns the value of the sourceAlpha record component.
      Returns:
      the value of the sourceAlpha record component
    • destAlpha

      public GlStateManager.DstFactor destAlpha()
      Returns the value of the destAlpha record component.
      Returns:
      the value of the destAlpha record component