Uses of Record Class
net.minecraft.world.entity.Leashable.Wrench
Packages that use Leashable.Wrench
-
Uses of Leashable.Wrench in net.minecraft.world.entity
Fields in net.minecraft.world.entity declared as Leashable.WrenchMethods in net.minecraft.world.entity that return Leashable.WrenchModifier and TypeMethodDescription(package private) static Leashable.WrenchLeashable.Wrench.accumulate(List<Leashable.Wrench> wrenches) Leashable.Wrench.scale(double scale) Methods in net.minecraft.world.entity that return types with arguments of type Leashable.WrenchModifier and TypeMethodDescriptionprivate static Optional<Leashable.Wrench> Leashable.computeDampenedSpringInteraction(Vec3 entityAttachmentPoint, Vec3 leasherAttachmentPoint, double elasticDistance, Vec3 knownMovement, Vec3 relativeAttachmentPoint) private static <E extends Entity & Leashable>
List<Leashable.Wrench> Leashable.computeElasticInteraction(E entity, Entity leashHolder, List<Vec3> entityAttachmentPoint, List<Vec3> leasherAttachmentPoint) Method parameters in net.minecraft.world.entity with type arguments of type Leashable.WrenchModifier and TypeMethodDescription(package private) static Leashable.WrenchLeashable.Wrench.accumulate(List<Leashable.Wrench> wrenches)