Uses of Class
org.box2d.proto.Box2D.PbJoint
-
Packages that use Box2D.PbJoint Package Description org.box2d.proto org.jbox2d.serialization.pb -
-
Uses of Box2D.PbJoint in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbJoint Modifier and Type Field Description private static Box2D.PbJointBox2D.PbJoint. DEFAULT_INSTANCEFields in org.box2d.proto with type parameters of type Box2D.PbJoint Modifier and Type Field Description private java.util.List<Box2D.PbJoint>Box2D.PbWorld.Builder. joints_private java.util.List<Box2D.PbJoint>Box2D.PbWorld. joints_private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbJoint,Box2D.PbJoint.Builder,Box2D.PbJointOrBuilder>Box2D.PbWorld.Builder. jointsBuilder_private static com.google.protobuf.Parser<Box2D.PbJoint>Box2D.PbJoint. PARSERMethods in org.box2d.proto that return Box2D.PbJoint Modifier and Type Method Description Box2D.PbJointBox2D.PbJoint.Builder. build()Box2D.PbJointBox2D.PbJoint.Builder. buildPartial()static Box2D.PbJointBox2D.PbJoint. getDefaultInstance()Box2D.PbJointBox2D.PbJoint.Builder. getDefaultInstanceForType()Box2D.PbJointBox2D.PbJoint. getDefaultInstanceForType()Box2D.PbJointBox2D.PbWorld.Builder. getJoints(int index)repeated .box2d.PbJoint joints = 21;Box2D.PbJointBox2D.PbWorld. getJoints(int index)repeated .box2d.PbJoint joints = 21;Box2D.PbJointBox2D.PbWorldOrBuilder. getJoints(int index)repeated .box2d.PbJoint joints = 21;static Box2D.PbJointBox2D.PbJoint. parseDelimitedFrom(java.io.InputStream input)static Box2D.PbJointBox2D.PbJoint. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Box2D.PbJointBox2D.PbJoint. parseFrom(byte[] data)static Box2D.PbJointBox2D.PbJoint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Box2D.PbJointBox2D.PbJoint. parseFrom(com.google.protobuf.ByteString data)static Box2D.PbJointBox2D.PbJoint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Box2D.PbJointBox2D.PbJoint. parseFrom(com.google.protobuf.CodedInputStream input)static Box2D.PbJointBox2D.PbJoint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Box2D.PbJointBox2D.PbJoint. parseFrom(java.io.InputStream input)static Box2D.PbJointBox2D.PbJoint. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Box2D.PbJointBox2D.PbJoint. parseFrom(java.nio.ByteBuffer data)static Box2D.PbJointBox2D.PbJoint. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.box2d.proto that return types with arguments of type Box2D.PbJoint Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbJoint,Box2D.PbJoint.Builder,Box2D.PbJointOrBuilder>Box2D.PbWorld.Builder. getJointsFieldBuilder()java.util.List<Box2D.PbJoint>Box2D.PbWorld.Builder. getJointsList()repeated .box2d.PbJoint joints = 21;java.util.List<Box2D.PbJoint>Box2D.PbWorld. getJointsList()repeated .box2d.PbJoint joints = 21;java.util.List<Box2D.PbJoint>Box2D.PbWorldOrBuilder. getJointsList()repeated .box2d.PbJoint joints = 21;com.google.protobuf.Parser<Box2D.PbJoint>Box2D.PbJoint. getParserForType()static com.google.protobuf.Parser<Box2D.PbJoint>Box2D.PbJoint. parser()Methods in org.box2d.proto with parameters of type Box2D.PbJoint Modifier and Type Method Description Box2D.PbWorld.BuilderBox2D.PbWorld.Builder. addJoints(int index, Box2D.PbJoint value)repeated .box2d.PbJoint joints = 21;Box2D.PbWorld.BuilderBox2D.PbWorld.Builder. addJoints(Box2D.PbJoint value)repeated .box2d.PbJoint joints = 21;private voidBox2D.PbJoint.Builder. buildPartial0(Box2D.PbJoint result)Box2D.PbJoint.BuilderBox2D.PbJoint.Builder. mergeFrom(Box2D.PbJoint other)static Box2D.PbJoint.BuilderBox2D.PbJoint. newBuilder(Box2D.PbJoint prototype)Box2D.PbWorld.BuilderBox2D.PbWorld.Builder. setJoints(int index, Box2D.PbJoint value)repeated .box2d.PbJoint joints = 21;Method parameters in org.box2d.proto with type arguments of type Box2D.PbJoint Modifier and Type Method Description Box2D.PbWorld.BuilderBox2D.PbWorld.Builder. addAllJoints(java.lang.Iterable<? extends Box2D.PbJoint> values)repeated .box2d.PbJoint joints = 21; -
Uses of Box2D.PbJoint in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbJoint Modifier and Type Method Description JointPbDeserializer. deserializeJoint(World argWorld, Box2D.PbJoint joint, java.util.Map<java.lang.Integer,Body> argBodyMap, java.util.Map<java.lang.Integer,Joint> jointMap)
-