Record Class RenameData
java.lang.Object
java.lang.Record
com.mrbysco.armorposer.data.RenameData
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf, RenameData> -
Constructor Summary
ConstructorsConstructorDescriptionRenameData(UUID entityUUID, String name) Creates an instance of aRenameDatarecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theentityUUIDrecord component.final booleanIndicates whether some other object is "equal to" this one.voidhandleData(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.world.entity.player.Player player) final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.FriendlyByteBuf, RenameData> STREAM_CODEC
-
-
Constructor Details
-
RenameData
-
-
Method Details
-
handleData
public void handleData(net.minecraft.world.entity.decoration.ArmorStand armorStand, net.minecraft.world.entity.player.Player player) -
toString
-
hashCode
-
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). -
entityUUID
Returns the value of theentityUUIDrecord component.- Returns:
- the value of the
entityUUIDrecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-