Uses of Record Class
net.minecraft.entity.Leashable.Elasticity
Packages that use Leashable.Elasticity
-
Uses of Leashable.Elasticity in net.minecraft.entity
Fields in net.minecraft.entity declared as Leashable.ElasticityModifier and TypeFieldDescription(package private) static Leashable.Elasticity
Leashable.Elasticity.ZERO
Methods in net.minecraft.entity that return Leashable.ElasticityModifier and TypeMethodDescriptionLeashable.Elasticity.multiply
(double value) (package private) static Leashable.Elasticity
Leashable.Elasticity.sumOf
(List<Leashable.Elasticity> elasticities) Methods in net.minecraft.entity that return types with arguments of type Leashable.ElasticityModifier and TypeMethodDescriptionprivate static <E extends Entity & Leashable>
List<Leashable.Elasticity> Leashable.calculateLeashElasticities
(E heldEntity, Entity leashHolder, List<Vec3d> heldEntityAttachmentPoints, List<Vec3d> leashHolderAttachmentPoints) private static Optional
<Leashable.Elasticity> Leashable.calculateLeashElasticity
(Vec3d leashHolderAttachmentPos, Vec3d heldEntityAttachmentPos, double elasticDistance, Vec3d heldEntityMovement, Vec3d heldEntityAttachmentPoint) Method parameters in net.minecraft.entity with type arguments of type Leashable.ElasticityModifier and TypeMethodDescription(package private) static Leashable.Elasticity
Leashable.Elasticity.sumOf
(List<Leashable.Elasticity> elasticities)