Package net.minecraft.server.network
Record Class ServerPlayerEntity.class_9773
java.lang.Object
java.lang.Record
net.minecraft.server.network.ServerPlayerEntity.class_9773
- Record Components:
position-yaw-
- Enclosing class:
ServerPlayerEntity
- Mappings:
Namespace Name named net/minecraft/server/network/ServerPlayerEntity$class_9773intermediary net/minecraft/class_3222$class_9773official aqn$anamed positionintermediary comp_2811official anamed yawintermediary comp_2812official b
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method_60595(Vec3d vec3d, BlockPos blockPos) private static floatmethod_60596(Vec3d vec3d, BlockPos blockPos) position()Returns the value of thepositionrecord component.final StringtoString()Returns a string representation of this record class.floatyaw()Returns the value of theyawrecord component.
-
Field Details
-
Constructor Details
-
class_9773
class_9773(Vec3d vec3d, float float2)
-
-
Method Details
-
method_60595
- Mappings:
Namespace Name Mixin selector named method_60595Lnet/minecraft/server/network/ServerPlayerEntity$class_9773;method_60595(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/server/network/ServerPlayerEntity$class_9773;intermediary method_60595Lnet/minecraft/class_3222$class_9773;method_60595(Lnet/minecraft/class_243;Lnet/minecraft/class_2338;)Lnet/minecraft/class_3222$class_9773;official aLaqn$a;a(Lewh;Lja;)Laqn$a;
-
method_60596
- Mappings:
Namespace Name Mixin selector named method_60596Lnet/minecraft/server/network/ServerPlayerEntity$class_9773;method_60596(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/BlockPos;)Fintermediary method_60596Lnet/minecraft/class_3222$class_9773;method_60596(Lnet/minecraft/class_243;Lnet/minecraft/class_2338;)Fofficial bLaqn$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 '=='. -
position
Returns the value of thepositionrecord component.- Returns:
- the value of the
positionrecord component
-
yaw
public float yaw()Returns the value of theyawrecord component.- Returns:
- the value of the
yawrecord component
-