Record Class LookAt.LookAtPosition
java.lang.Object
java.lang.Record
net.minecraft.server.commands.LookAt.LookAtPosition
- All Implemented Interfaces:
LookAt
- Enclosing interface:
LookAt
-
Nested Class Summary
Nested classes/interfaces inherited from interface LookAt
LookAt.LookAtEntity, LookAt.LookAtPosition -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookAtPosition(Vec3 position) Creates an instance of aLookAtPositionrecord class. -
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.voidperform(CommandSourceStack source, Entity target) position()Returns the value of thepositionrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
position
The field for thepositionrecord component.
-
-
Constructor Details
-
LookAtPosition
Creates an instance of aLookAtPositionrecord class.- Parameters:
position- the value for thepositionrecord component
-
-
Method Details
-
perform
-
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). -
position
Returns the value of thepositionrecord component.- Returns:
- the value of the
positionrecord component
-