Package net.minecraft
Record Class class_11208.class_11209.class_11210
java.lang.Object
java.lang.Record
net.minecraft.class_11208.class_11209.class_11210
- Record Components:
nearDist-farDist-nearAlpha-farAlpha-
- Enclosing class:
class_11208.class_11209
public static record class_11208.class_11209.class_11210(int nearDist, int farDist, float nearAlpha, float farAlpha)
extends Record
- Mappings:
Namespace Name named net/minecraft/class_11208$class_11209$class_11210intermediary net/minecraft/class_11208$class_11209$class_11210official fip$a$anamed nearDistintermediary comp_4040official dnamed farDistintermediary comp_4041official enamed nearAlphaintermediary comp_4042official fnamed farAlphaintermediary comp_4043official g
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final floatThe field for thefarAlpharecord component.private final intThe field for thefarDistrecord component.static final com.mojang.serialization.Codec<class_11208.class_11209.class_11210> static final PacketCodec<ByteBuf, class_11208.class_11209.class_11210> static final class_11208.class_11209.class_11210private final floatThe field for thenearAlpharecord component.private final intThe field for thenearDistrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.floatfarAlpha()Returns the value of thefarAlpharecord component.intfarDist()Returns the value of thefarDistrecord component.final inthashCode()Returns a hash code value for this object.floatmethod_70792(float float2) floatReturns the value of thenearAlpharecord component.intnearDist()Returns the value of thenearDistrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
nearDist
private final int nearDistThe field for thenearDistrecord component. -
farDist
private final int farDistThe field for thefarDistrecord component. -
nearAlpha
private final float nearAlphaThe field for thenearAlpharecord component. -
farAlpha
private final float farAlphaThe field for thefarAlpharecord component. -
field_59795
- Mappings:
Namespace Name Mixin selector named field_59795Lnet/minecraft/class_11208$class_11209$class_11210;field_59795:Ljava/util/function/Function;intermediary field_59795Lnet/minecraft/class_11208$class_11209$class_11210;field_59795:Ljava/util/function/Function;official hLfip$a$a;h:Ljava/util/function/Function;
-
field_59796
- Mappings:
Namespace Name Mixin selector named field_59796Lnet/minecraft/class_11208$class_11209$class_11210;field_59796:Ljava/util/function/Function;intermediary field_59796Lnet/minecraft/class_11208$class_11209$class_11210;field_59796:Ljava/util/function/Function;official iLfip$a$a;i:Ljava/util/function/Function;
-
field_59792
- Mappings:
Namespace Name Mixin selector named field_59792Lnet/minecraft/class_11208$class_11209$class_11210;field_59792:Lcom/mojang/serialization/Codec;intermediary field_59792Lnet/minecraft/class_11208$class_11209$class_11210;field_59792:Lcom/mojang/serialization/Codec;official aLfip$a$a;a:Lcom/mojang/serialization/Codec;
-
field_59793
- Mappings:
Namespace Name Mixin selector named field_59793Lnet/minecraft/class_11208$class_11209$class_11210;field_59793:Lnet/minecraft/network/codec/PacketCodec;intermediary field_59793Lnet/minecraft/class_11208$class_11209$class_11210;field_59793:Lnet/minecraft/class_9139;official bLfip$a$a;b:Lzg;
-
field_59794
- Mappings:
Namespace Name Mixin selector named field_59794Lnet/minecraft/class_11208$class_11209$class_11210;field_59794:Lnet/minecraft/class_11208$class_11209$class_11210;intermediary field_59794Lnet/minecraft/class_11208$class_11209$class_11210;field_59794:Lnet/minecraft/class_11208$class_11209$class_11210;official cLfip$a$a;c:Lfip$a$a;
-
-
Constructor Details
-
class_11210
public class_11210(int int2, int int3, float float2, float float3)
-
-
Method Details
-
method_70792
public float method_70792(float float2) - Mappings:
Namespace Name Mixin selector named method_70792Lnet/minecraft/class_11208$class_11209$class_11210;method_70792(F)Fintermediary method_70792Lnet/minecraft/class_11208$class_11209$class_11210;method_70792(F)Fofficial aLfip$a$a;a(F)F
-
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 '=='. -
nearDist
public int nearDist()Returns the value of thenearDistrecord component.- Returns:
- the value of the
nearDistrecord component
-
farDist
public int farDist()Returns the value of thefarDistrecord component.- Returns:
- the value of the
farDistrecord component
-
nearAlpha
public float nearAlpha()Returns the value of thenearAlpharecord component.- Returns:
- the value of the
nearAlpharecord component
-
farAlpha
public float farAlpha()Returns the value of thefarAlpharecord component.- Returns:
- the value of the
farAlpharecord component
-