Interface JbDeserializer.ObjectListener
- All Known Implementing Classes:
ApplyForce, BlobTest4, BodyTypes, Breakable, Cantilever, Car, Chain, CharacterCollision, CircleStress, CollisionFiltering, CollisionProcessing, CompoundShapes, ConfinedTest, ContinuousTest, ConvexHull, ConveyorBelt, DistanceTest, DominoTest, DominoTower, DynamicTreeTest, EdgeShapes, FixedPendulumTest, FreePendulumTest, Gears, LiquidTest, ListenerAdapter, OneSidedTest, PistonTest, PolyShapes, PrismaticTest, Pulleys, PyramidTest, RayCastTest, RevoluteTest, RopeTest, SensorTest, ShapeEditing, SliderCrankTest, SphereStack, TestbedTest, TheoJansen, Tumbler, VaryingFrictionTest, VaryingRestitution, VerticalStack, Web
- Enclosing interface:
JbDeserializer
public static interface JbDeserializer.ObjectListener
Called for each physics object with a tag defined.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessBody(Body body, java.lang.Long tag) voidprocessFixture(Fixture fixture, java.lang.Long tag) voidprocessJoint(Joint joint, java.lang.Long tag) voidprocessShape(Shape shape, java.lang.Long tag) voidprocessWorld(World world, java.lang.Long tag)
-
Method Details
-
processWorld
-
processBody
-
processFixture
-
processShape
-
processJoint
-