Package net.minecraft
Record Class class_8030
java.lang.Object
java.lang.Record
net.minecraft.class_8030
- Record Components:
position
-width
-height
-
@Environment(CLIENT)
public record class_8030(class_8029 position, int width, int height)
extends Record
- Mappings:
Namespace Name official eol
intermediary net/minecraft/class_8030
named net/minecraft/class_8030
official a
intermediary comp_1195
named position
official b
intermediary comp_1196
named width
official c
intermediary comp_1197
named height
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final class_8030
private final int
The field for theheight
record component.private final class_8029
The field for theposition
record component.private final int
The field for thewidth
record component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_8030
(int int2, int int3, int int4, int int5) class_8030
(class_8029 class_8029, int int2, int int3) -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.int
height()
Returns the value of theheight
record component.static class_8030
int
method_48249
(class_8027 class_8027) static class_8030
method_48250
(class_8027 class_8027, int int2, int int3, int int4, int int5) method_48251
(class_8028 class_8028) boolean
method_48252
(class_8030 class_8030) boolean
method_48253
(class_8030 class_8030, class_8027 class_8027) int
method_48254
(class_8027 class_8027) int
method_48255
(class_8028 class_8028) method_48256
(class_8028 class_8028) position()
Returns the value of theposition
record component.final String
toString()
Returns a string representation of this record class.int
width()
Returns the value of thewidth
record component.
-
Field Details
-
position
The field for theposition
record component. -
width
private final int widthThe field for thewidth
record component. -
height
private final int heightThe field for theheight
record component. -
field_41835
- Mappings:
Namespace Name Mixin selector official d
Leol;d:Leol;
intermediary field_41835
Lnet/minecraft/class_8030;field_41835:Lnet/minecraft/class_8030;
named field_41835
Lnet/minecraft/class_8030;field_41835:Lnet/minecraft/class_8030;
-
-
Constructor Details
-
class_8030
public class_8030(int int2, int int3, int int4, int int5) -
class_8030
-
-
Method Details
-
method_48248
- Mappings:
Namespace Name Mixin selector official a
Leol;a()Leol;
intermediary method_48248
Lnet/minecraft/class_8030;method_48248()Lnet/minecraft/class_8030;
named method_48248
Lnet/minecraft/class_8030;method_48248()Lnet/minecraft/class_8030;
-
method_48250
public static class_8030 method_48250(class_8027 class_8027, int int2, int int3, int int4, int int5) - Mappings:
Namespace Name Mixin selector official a
Leol;a(Leoi;IIII)Leol;
intermediary method_48250
Lnet/minecraft/class_8030;method_48250(Lnet/minecraft/class_8027;IIII)Lnet/minecraft/class_8030;
named method_48250
Lnet/minecraft/class_8030;method_48250(Lnet/minecraft/class_8027;IIII)Lnet/minecraft/class_8030;
-
method_48251
- Mappings:
Namespace Name Mixin selector official a
Leol;a(Leoj;)Leol;
intermediary method_48251
Lnet/minecraft/class_8030;method_48251(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
named method_48251
Lnet/minecraft/class_8030;method_48251(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
-
method_48249
- Mappings:
Namespace Name Mixin selector official a
Leol;a(Leoi;)I
intermediary method_48249
Lnet/minecraft/class_8030;method_48249(Lnet/minecraft/class_8027;)I
named method_48249
Lnet/minecraft/class_8030;method_48249(Lnet/minecraft/class_8027;)I
-
method_48255
- Mappings:
Namespace Name Mixin selector official b
Leol;b(Leoj;)I
intermediary method_48255
Lnet/minecraft/class_8030;method_48255(Lnet/minecraft/class_8028;)I
named method_48255
Lnet/minecraft/class_8030;method_48255(Lnet/minecraft/class_8028;)I
-
method_48256
- Mappings:
Namespace Name Mixin selector official c
Leol;c(Leoj;)Leol;
intermediary method_48256
Lnet/minecraft/class_8030;method_48256(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
named method_48256
Lnet/minecraft/class_8030;method_48256(Lnet/minecraft/class_8028;)Lnet/minecraft/class_8030;
-
method_48252
- Mappings:
Namespace Name Mixin selector official a
Leol;a(Leol;)Z
intermediary method_48252
Lnet/minecraft/class_8030;method_48252(Lnet/minecraft/class_8030;)Z
named method_48252
Lnet/minecraft/class_8030;method_48252(Lnet/minecraft/class_8030;)Z
-
method_48253
- Mappings:
Namespace Name Mixin selector official a
Leol;a(Leol;Leoi;)Z
intermediary method_48253
Lnet/minecraft/class_8030;method_48253(Lnet/minecraft/class_8030;Lnet/minecraft/class_8027;)Z
named method_48253
Lnet/minecraft/class_8030;method_48253(Lnet/minecraft/class_8030;Lnet/minecraft/class_8027;)Z
-
method_48254
- Mappings:
Namespace Name Mixin selector official b
Leol;b(Leoi;)I
intermediary method_48254
Lnet/minecraft/class_8030;method_48254(Lnet/minecraft/class_8027;)I
named method_48254
Lnet/minecraft/class_8030;method_48254(Lnet/minecraft/class_8027;)I
-
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
position
Returns the value of theposition
record component.- Returns:
- the value of the
position
record component
-
width
public int width()Returns the value of thewidth
record component.- Returns:
- the value of the
width
record component
-
height
public int height()Returns the value of theheight
record component.- Returns:
- the value of the
height
record component
-