Package net.minecraft
Record Class class_7634
java.lang.Object
java.lang.Record
net.minecraft.class_7634
- Record Components:
plain-decorated-
- Mappings:
Namespace Name official rhintermediary net/minecraft/class_7634named net/minecraft/class_7634official aintermediary comp_963named plainofficial bintermediary comp_964named decorated
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionclass_7634(String string) class_7634(String string, Text text) class_7634(Text text) class_7634(Text text, Text text2) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedecoratedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanstatic FilteredMessage<class_7634>method_44974(FilteredMessage<String> filteredMessage) static FilteredMessage<class_7634>method_44975(FilteredMessage<String> filteredMessage, FilteredMessage<Text> filteredMessage2) static class_7634method_44977(PacketByteBuf packetByteBuf) static voidmethod_44978(PacketByteBuf packetByteBuf, class_7634 class_7634) plain()Returns the value of theplainrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_7634
-
class_7634
-
class_7634
-
class_7634
-
-
Method Details
-
method_44974
- Mappings:
Namespace Name Mixin selector official aLrh;a(Lagr;)Lagr;intermediary method_44974Lnet/minecraft/class_7634;method_44974(Lnet/minecraft/class_5837;)Lnet/minecraft/class_5837;named method_44974Lnet/minecraft/class_7634;method_44974(Lnet/minecraft/server/filter/FilteredMessage;)Lnet/minecraft/server/filter/FilteredMessage;
-
method_44975
public static FilteredMessage<class_7634> method_44975(FilteredMessage<String> filteredMessage, FilteredMessage<Text> filteredMessage2) - Mappings:
Namespace Name Mixin selector official aLrh;a(Lagr;Lagr;)Lagr;intermediary method_44975Lnet/minecraft/class_7634;method_44975(Lnet/minecraft/class_5837;Lnet/minecraft/class_5837;)Lnet/minecraft/class_5837;named method_44975Lnet/minecraft/class_7634;method_44975(Lnet/minecraft/server/filter/FilteredMessage;Lnet/minecraft/server/filter/FilteredMessage;)Lnet/minecraft/server/filter/FilteredMessage;
-
method_44973
public boolean method_44973()- Mappings:
Namespace Name Mixin selector official aLrh;a()Zintermediary method_44973Lnet/minecraft/class_7634;method_44973()Znamed method_44973Lnet/minecraft/class_7634;method_44973()Z
-
method_44977
- Mappings:
Namespace Name Mixin selector official aLrh;a(Lqx;)Lrh;intermediary method_44977Lnet/minecraft/class_7634;method_44977(Lnet/minecraft/class_2540;)Lnet/minecraft/class_7634;named method_44977Lnet/minecraft/class_7634;method_44977(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_7634;
-
method_44978
- Mappings:
Namespace Name Mixin selector official aLrh;a(Lqx;Lrh;)Vintermediary method_44978Lnet/minecraft/class_7634;method_44978(Lnet/minecraft/class_2540;Lnet/minecraft/class_7634;)Vnamed method_44978Lnet/minecraft/class_7634;method_44978(Lnet/minecraft/network/PacketByteBuf;Lnet/minecraft/class_7634;)V
-
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). -
plain
Returns the value of theplainrecord component.- Returns:
- the value of the
plainrecord component
-
decorated
Returns the value of thedecoratedrecord component.- Returns:
- the value of the
decoratedrecord component
-