Class WorldObserver.RopeJointChange

java.lang.Object
net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange<com.badlogic.gdx.physics.box2d.joints.RopeJoint>
net.dermetfan.gdx.physics.box2d.WorldObserver.RopeJointChange
All Implemented Interfaces:
com.badlogic.gdx.utils.Pool.Poolable, WorldObserver.Change<com.badlogic.gdx.physics.box2d.joints.RopeJoint>
Enclosing class:
WorldObserver

public static class WorldObserver.RopeJointChange
extends WorldObserver.JointChange<com.badlogic.gdx.physics.box2d.joints.RopeJoint>
the changes of a RopeJoint
Since:
0.7.1
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Float newMaxLength  

    Fields inherited from class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange

    newUserData
  • Constructor Summary

    Constructors
    Constructor Description
    RopeJointChange()  
  • Method Summary

    Modifier and Type Method Description
    void apply​(com.badlogic.gdx.physics.box2d.joints.RopeJoint joint)  
    <C extends WorldObserver.Change<com.badlogic.gdx.physics.box2d.joints.RopeJoint>>
    boolean
    newValuesEqual​(C other)
    if the values applied in WorldObserver.Change.apply(Object) equal
    void reset()  
    boolean update​(com.badlogic.gdx.physics.box2d.joints.RopeJoint joint)  

    Methods inherited from class net.dermetfan.gdx.physics.box2d.WorldObserver.JointChange

    obtainFor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • newMaxLength

      public java.lang.Float newMaxLength
  • Constructor Details

    • RopeJointChange

      public RopeJointChange()
  • Method Details