Uses of Class
org.box2d.proto.Box2D.PbFixture
Packages that use Box2D.PbFixture
-
Uses of Box2D.PbFixture in org.box2d.proto
Fields in org.box2d.proto declared as Box2D.PbFixtureModifier and TypeFieldDescriptionprivate static final Box2D.PbFixtureBox2D.PbFixture.DEFAULT_INSTANCEFields in org.box2d.proto with type parameters of type Box2D.PbFixtureModifier and TypeFieldDescriptionprivate java.util.List<Box2D.PbFixture> Box2D.PbBody.Builder.fixtures_private java.util.List<Box2D.PbFixture> Box2D.PbBody.fixtures_private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbFixture, Box2D.PbFixture.Builder, Box2D.PbFixtureOrBuilder> Box2D.PbBody.Builder.fixturesBuilder_private static final com.google.protobuf.Parser<Box2D.PbFixture> Box2D.PbFixture.PARSERMethods in org.box2d.proto that return Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbFixture.Builder.build()Box2D.PbFixture.Builder.buildPartial()static Box2D.PbFixtureBox2D.PbFixture.getDefaultInstance()Box2D.PbFixture.Builder.getDefaultInstanceForType()Box2D.PbFixture.getDefaultInstanceForType()Box2D.PbBody.Builder.getFixtures(int index) repeated .box2d.PbFixture fixtures = 100;Box2D.PbBody.getFixtures(int index) repeated .box2d.PbFixture fixtures = 100;Box2D.PbBodyOrBuilder.getFixtures(int index) repeated .box2d.PbFixture fixtures = 100;static Box2D.PbFixtureBox2D.PbFixture.parseDelimitedFrom(java.io.InputStream input) static Box2D.PbFixtureBox2D.PbFixture.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(byte[] data) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.ByteString data) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.CodedInputStream input) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(java.io.InputStream input) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(java.nio.ByteBuffer data) static Box2D.PbFixtureBox2D.PbFixture.parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.box2d.proto that return types with arguments of type Box2D.PbFixtureModifier and TypeMethodDescriptionjava.util.List<Box2D.PbFixture> Box2D.PbBody.Builder.getFixturesList()repeated .box2d.PbFixture fixtures = 100;java.util.List<Box2D.PbFixture> Box2D.PbBody.getFixturesList()repeated .box2d.PbFixture fixtures = 100;java.util.List<Box2D.PbFixture> Box2D.PbBodyOrBuilder.getFixturesList()repeated .box2d.PbFixture fixtures = 100;com.google.protobuf.Parser<Box2D.PbFixture> Box2D.PbFixture.getParserForType()private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbFixture, Box2D.PbFixture.Builder, Box2D.PbFixtureOrBuilder> Box2D.PbBody.Builder.internalGetFixturesFieldBuilder()static com.google.protobuf.Parser<Box2D.PbFixture> Box2D.PbFixture.parser()Methods in org.box2d.proto with parameters of type Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbBody.Builder.addFixtures(int index, Box2D.PbFixture value) repeated .box2d.PbFixture fixtures = 100;Box2D.PbBody.Builder.addFixtures(Box2D.PbFixture value) repeated .box2d.PbFixture fixtures = 100;private voidBox2D.PbFixture.Builder.buildPartial0(Box2D.PbFixture result) Box2D.PbFixture.Builder.mergeFrom(Box2D.PbFixture other) static Box2D.PbFixture.BuilderBox2D.PbFixture.newBuilder(Box2D.PbFixture prototype) Box2D.PbBody.Builder.setFixtures(int index, Box2D.PbFixture value) repeated .box2d.PbFixture fixtures = 100;Method parameters in org.box2d.proto with type arguments of type Box2D.PbFixtureModifier and TypeMethodDescriptionBox2D.PbBody.Builder.addAllFixtures(java.lang.Iterable<? extends Box2D.PbFixture> values) repeated .box2d.PbFixture fixtures = 100; -
Uses of Box2D.PbFixture in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb with parameters of type Box2D.PbFixtureModifier and TypeMethodDescriptionPbDeserializer.deserializeFixture(Body argBody, Box2D.PbFixture argFixture)