Package net.minecraft

Record Class class_11241

java.lang.Object
java.lang.Record
net.minecraft.class_11241
Record Components:
pipeline -
textureSetup -
pose -
x0 -
y0 -
x1 -
y1 -
z -
u0 -
u1 -
v0 -
v1 -
color -
layer -
scissorArea -
All Implemented Interfaces:
class_11244

@Environment(CLIENT) public record class_11241(RenderPipeline pipeline, class_11231 textureSetup, Matrix3x2f pose, int x0, int y0, int x1, int y1, float z, float u0, float u1, float v0, float v1, int color, class_11227 layer, @Nullable ScreenRect scissorArea) extends Record implements class_11244
Mappings:
Namespace Name
named net/minecraft/class_11241
intermediary net/minecraft/class_11241
official fzo
named pipeline
intermediary comp_4055
official a
named textureSetup
intermediary comp_4056
official b
named pose
intermediary comp_4057
official c
named x0
intermediary comp_4058
official d
named y0
intermediary comp_4059
official e
named x1
intermediary comp_4060
official f
named y1
intermediary comp_4061
official g
named z
intermediary comp_4062
official h
named u0
intermediary comp_4063
official i
named u1
intermediary comp_4064
official j
named v0
intermediary comp_4065
official k
named v1
intermediary comp_4066
official l
named color
intermediary comp_4067
official m
named layer
intermediary comp_4068
official n
named scissorArea
intermediary comp_4069
official o
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final int
    The field for the color record component.
    private final class_11227
    The field for the layer record component.
    private final RenderPipeline
    The field for the pipeline record component.
    private final Matrix3x2f
    The field for the pose record component.
    private final @Nullable ScreenRect
    The field for the scissorArea record component.
    private final class_11231
    The field for the textureSetup record component.
    private final float
    The field for the u0 record component.
    private final float
    The field for the u1 record component.
    private final float
    The field for the v0 record component.
    private final float
    The field for the v1 record component.
    private final int
    The field for the x0 record component.
    private final int
    The field for the x1 record component.
    private final int
    The field for the y0 record component.
    private final int
    The field for the y1 record component.
    private final float
    The field for the z record component.
  • Constructor Summary

    Constructors
    Constructor
    Description
    class_11241(RenderPipeline renderPipeline, class_11231 class_11231, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, float float2, float float3, float float4, float float5, float float6, int int6, class_11227 class_11227, @Nullable ScreenRect screenRect)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of the color record component.
    final boolean
    equals(Object object)
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    Returns the value of the layer record component.
    void
    method_70917(VertexConsumer vertexConsumer)
     
    Returns the value of the pipeline record component.
    Returns the value of the pose record component.
    Returns the value of the scissorArea record component.
    Returns the value of the textureSetup record component.
    final String
    Returns a string representation of this record class.
    float
    u0()
    Returns the value of the u0 record component.
    float
    u1()
    Returns the value of the u1 record component.
    float
    v0()
    Returns the value of the v0 record component.
    float
    v1()
    Returns the value of the v1 record component.
    int
    x0()
    Returns the value of the x0 record component.
    int
    x1()
    Returns the value of the x1 record component.
    int
    y0()
    Returns the value of the y0 record component.
    int
    y1()
    Returns the value of the y1 record component.
    float
    z()
    Returns the value of the z record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • pipeline

      private final RenderPipeline pipeline
      The field for the pipeline record component.
    • textureSetup

      private final class_11231 textureSetup
      The field for the textureSetup record component.
    • pose

      private final Matrix3x2f pose
      The field for the pose record component.
    • x0

      private final int x0
      The field for the x0 record component.
    • y0

      private final int y0
      The field for the y0 record component.
    • x1

      private final int x1
      The field for the x1 record component.
    • y1

      private final int y1
      The field for the y1 record component.
    • z

      private final float z
      The field for the z record component.
    • u0

      private final float u0
      The field for the u0 record component.
    • u1

      private final float u1
      The field for the u1 record component.
    • v0

      private final float v0
      The field for the v0 record component.
    • v1

      private final float v1
      The field for the v1 record component.
    • color

      private final int color
      The field for the color record component.
    • layer

      private final class_11227 layer
      The field for the layer record component.
    • scissorArea

      @Nullable private final @Nullable ScreenRect scissorArea
      The field for the scissorArea record component.
  • Constructor Details

  • Method Details

    • method_70917

      public void method_70917(VertexConsumer vertexConsumer)
      Specified by:
      method_70917 in interface class_11244
      Mappings:
      Namespace Name Mixin selector
      named method_70917 Lnet/minecraft/class_11244;method_70917(Lnet/minecraft/client/render/VertexConsumer;)V
      intermediary method_70917 Lnet/minecraft/class_11244;method_70917(Lnet/minecraft/class_4588;)V
      official a Lfzr;a(Lflx;)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. Reference components are compared with Objects::equals(Object,Object); primitive components are compared with '=='.
      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.
    • pipeline

      public RenderPipeline pipeline()
      Returns the value of the pipeline record component.
      Specified by:
      pipeline in interface class_11244
      Returns:
      the value of the pipeline record component
    • textureSetup

      public class_11231 textureSetup()
      Returns the value of the textureSetup record component.
      Specified by:
      textureSetup in interface class_11244
      Returns:
      the value of the textureSetup record component
    • pose

      public Matrix3x2f pose()
      Returns the value of the pose record component.
      Returns:
      the value of the pose record component
    • x0

      public int x0()
      Returns the value of the x0 record component.
      Returns:
      the value of the x0 record component
    • y0

      public int y0()
      Returns the value of the y0 record component.
      Returns:
      the value of the y0 record component
    • x1

      public int x1()
      Returns the value of the x1 record component.
      Returns:
      the value of the x1 record component
    • y1

      public int y1()
      Returns the value of the y1 record component.
      Returns:
      the value of the y1 record component
    • z

      public float z()
      Returns the value of the z record component.
      Specified by:
      z in interface class_11244
      Returns:
      the value of the z record component
    • u0

      public float u0()
      Returns the value of the u0 record component.
      Returns:
      the value of the u0 record component
    • u1

      public float u1()
      Returns the value of the u1 record component.
      Returns:
      the value of the u1 record component
    • v0

      public float v0()
      Returns the value of the v0 record component.
      Returns:
      the value of the v0 record component
    • v1

      public float v1()
      Returns the value of the v1 record component.
      Returns:
      the value of the v1 record component
    • color

      public int color()
      Returns the value of the color record component.
      Returns:
      the value of the color record component
    • layer

      public class_11227 layer()
      Returns the value of the layer record component.
      Specified by:
      layer in interface class_11244
      Returns:
      the value of the layer record component
    • scissorArea

      @Nullable public @Nullable ScreenRect scissorArea()
      Returns the value of the scissorArea record component.
      Specified by:
      scissorArea in interface class_11244
      Returns:
      the value of the scissorArea record component