Package net.minecraft
Record Class class_8647.class_8648
java.lang.Object
java.lang.Record
net.minecraft.class_8647.class_8648
- Record Components:
type-exception-
- Enclosing class:
class_8647
@Environment(CLIENT)
public static record class_8647.class_8648(class_8647.class_8649 type, @Nullable RealmsServiceException exception)
extends Record
- Mappings:
Namespace Name official elr$aintermediary net/minecraft/class_8647$class_8648named net/minecraft/class_8647$class_8648official aintermediary comp_1593named typeofficial bintermediary comp_1594named exception
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @Nullable RealmsServiceExceptionThe field for theexceptionrecord component.private final class_8647.class_8649The field for thetyperecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_8648(class_8647.class_8649 class_8649) class_8648(class_8647.class_8649 class_8649, @Nullable RealmsServiceException realmsServiceException) class_8648(RealmsServiceException realmsServiceException) -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of theexceptionrecord component.final inthashCode()Returns a hash code value for this object.method_52628(Screen screen) final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Field Details
-
Constructor Details
-
class_8648
-
class_8648
-
class_8648
public class_8648(class_8647.class_8649 class_8649, @Nullable @Nullable RealmsServiceException realmsServiceException)
-
-
Method Details
-
method_52628
- Mappings:
Namespace Name Mixin selector official aLelr$a;a(Lexv;)Lexv;intermediary method_52628Lnet/minecraft/class_8647$class_8648;method_52628(Lnet/minecraft/class_437;)Lnet/minecraft/class_437;named method_52628Lnet/minecraft/class_8647$class_8648;method_52628(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/gui/screen/Screen;
-
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 withObjects::equals(Object,Object). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
exception
Returns the value of theexceptionrecord component.- Returns:
- the value of the
exceptionrecord component
-