Uses of Class
org.jbox2d.dynamics.World
Packages that use World
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Joints are used to constraint two bodies together in various fashions.
Protobuffer serializer and deserializer.
Die verschieden Verbindungen zwischen Figuren.
-
Uses of World in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as WorldMethods in org.jbox2d.dynamics that return WorldConstructors in org.jbox2d.dynamics with parameters of type World -
Uses of World in org.jbox2d.dynamics.joints
Methods in org.jbox2d.dynamics.joints with parameters of type WorldConstructors in org.jbox2d.dynamics.joints with parameters of type World -
Uses of World in org.jbox2d.particle
Constructors in org.jbox2d.particle with parameters of type World -
Uses of World in org.jbox2d.profile.worlds
Fields in org.jbox2d.profile.worlds declared as WorldMethods in org.jbox2d.profile.worlds with parameters of type WorldModifier and TypeMethodDescriptionvoidPerformanceTestWorld.setupWorld(World world) voidPistonWorld.setupWorld(World world) -
Uses of World in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return WorldModifier and TypeMethodDescriptionJbDeserializer.deserializeWorld(InputStream input) Deserializes a worldMethods in org.jbox2d.serialization with parameters of type WorldModifier and TypeMethodDescriptionJbDeserializer.deserializeBody(World world, InputStream input) Deserializes a bodyJbDeserializer.deserializeJoint(World world, InputStream input, Map<Integer, Body> bodyMap, Map<Integer, Joint> jointMap) Deserializes a jointvoidJbDeserializer.ObjectListener.processWorld(World world, Long tag) Serializes the world -
Uses of World in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return WorldModifier and TypeMethodDescriptionPbDeserializer.deserializeWorld(InputStream argInput) PbDeserializer.deserializeWorld(Box2D.PbWorld pbWorld) Methods in org.jbox2d.serialization.pb with parameters of type WorldModifier and TypeMethodDescriptionPbDeserializer.deserializeBody(World argWorld, InputStream argInput) PbDeserializer.deserializeBody(World argWorld, Box2D.PbBody argBody) PbDeserializer.deserializeJoint(World argWorld, InputStream argInput, Map<Integer, Body> argBodyMap, Map<Integer, Joint> jointMap) PbDeserializer.deserializeJoint(World argWorld, Box2D.PbJoint joint, Map<Integer, Body> argBodyMap, Map<Integer, Joint> jointMap) PbSerializer.serializeWorld(World argWorld) -
Uses of World in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as WorldModifier and TypeFieldDescriptionprotected WorldTestbedTest.worldOnly visible for compatibility.Methods in org.jbox2d.testbed.framework that return WorldModifier and TypeMethodDescriptionDefaultWorldCreator.createWorld(Vec2 gravity) WorldCreator.createWorld(Vec2 gravity) TestbedTest.getWorld()Get the current world.Methods in org.jbox2d.testbed.framework with parameters of type World -
Uses of World in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type WorldModifier and TypeMethodDescriptionvoidDominoTower.makeDomino(float x, float y, boolean horizontal, World world) -
Uses of World in pi.physics.joints
Methods in pi.physics.joints with parameters of type World