Package net.minecraft.entity
Record Class Entity.class_9494
java.lang.Object
java.lang.Record
net.minecraft.entity.Entity.class_9494
- Record Components:
movement-subGrid-
- Enclosing class:
Entity
- Mappings:
Namespace Name official brv$aintermediary net/minecraft/class_1297$class_9494named net/minecraft/entity/Entity$class_9494official aintermediary comp_2568named movementofficial bintermediary comp_2569named subGrid
-
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_58855(Vec3d vec3d) method_58856(Vec3d vec3d) movement()Returns the value of themovementrecord component.subGrid()Returns the value of thesubGridrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_9494
-
-
Method Details
-
method_58855
- Mappings:
Namespace Name Mixin selector official aLbrv$a;a(Lewu;)Lbrv$a;intermediary method_58855Lnet/minecraft/class_1297$class_9494;method_58855(Lnet/minecraft/class_243;)Lnet/minecraft/class_1297$class_9494;named method_58855Lnet/minecraft/entity/Entity$class_9494;method_58855(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/entity/Entity$class_9494;
-
method_58854
- Mappings:
Namespace Name Mixin selector official aLbrv$a;a()Lewu;intermediary method_58854Lnet/minecraft/class_1297$class_9494;method_58854()Lnet/minecraft/class_243;named method_58854Lnet/minecraft/entity/Entity$class_9494;method_58854()Lnet/minecraft/util/math/Vec3d;
-
method_58856
- Mappings:
Namespace Name Mixin selector official bLbrv$a;b(Lewu;)Lewu;intermediary method_58856Lnet/minecraft/class_1297$class_9494;method_58856(Lnet/minecraft/class_243;)Lnet/minecraft/class_243;named method_58856Lnet/minecraft/entity/Entity$class_9494;method_58856(Lnet/minecraft/util/math/Vec3d;)Lnet/minecraft/util/math/Vec3d;
-
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). -
movement
Returns the value of themovementrecord component.- Returns:
- the value of the
movementrecord component
-
subGrid
Returns the value of thesubGridrecord component.- Returns:
- the value of the
subGridrecord component
-