Package net.minecraft.server.network
Record Class ServerPlayerEntity.RespawnPos
java.lang.Object
java.lang.Record
net.minecraft.server.network.ServerPlayerEntity.RespawnPos
- Record Components:
pos
-yaw
-
- Enclosing class:
ServerPlayerEntity
- Mappings:
Namespace Name named net/minecraft/server/network/ServerPlayerEntity$RespawnPos
intermediary net/minecraft/class_3222$class_9773
official aqn$a
named pos
intermediary comp_2811
official a
named yaw
intermediary comp_2812
official b
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.fromCurrentPos
(Vec3d respawnPos, BlockPos currentPos) private static float
final int
hashCode()
Returns a hash code value for this object.pos()
Returns the value of thepos
record component.final String
toString()
Returns a string representation of this record class.float
yaw()
Returns the value of theyaw
record component.
-
Field Details
-
Constructor Details
-
RespawnPos
RespawnPos(Vec3d vec3d, float float2)
-
-
Method Details
-
fromCurrentPos
- Mappings:
Namespace Name Mixin selector named fromCurrentPos
Lnet/minecraft/server/network/ServerPlayerEntity$RespawnPos;fromCurrentPos(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/server/network/ServerPlayerEntity$RespawnPos;
intermediary method_60595
Lnet/minecraft/class_3222$class_9773;method_60595(Lnet/minecraft/class_243;Lnet/minecraft/class_2338;)Lnet/minecraft/class_3222$class_9773;
official a
Laqn$a;a(Lewh;Lja;)Laqn$a;
-
getYaw
- Mappings:
Namespace Name Mixin selector named getYaw
Lnet/minecraft/server/network/ServerPlayerEntity$RespawnPos;getYaw(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/BlockPos;)F
intermediary method_60596
Lnet/minecraft/class_3222$class_9773;method_60596(Lnet/minecraft/class_243;Lnet/minecraft/class_2338;)F
official b
Laqn$a;b(Lewh;Lja;)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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
pos
Returns the value of thepos
record component.- Returns:
- the value of the
pos
record component
-
yaw
public float yaw()Returns the value of theyaw
record component.- Returns:
- the value of the
yaw
record component
-