Uses of Interface
org.box2d.proto.Box2D.PbBodyOrBuilder
-
Packages that use Box2D.PbBodyOrBuilder Package Description org.box2d.proto -
-
Uses of Box2D.PbBodyOrBuilder in org.box2d.proto
Classes in org.box2d.proto that implement Box2D.PbBodyOrBuilder Modifier and Type Class Description static class
Box2D.PbBody
Protobuf typebox2d.PbBody
static class
Box2D.PbBody.Builder
Protobuf typebox2d.PbBody
Fields in org.box2d.proto with type parameters of type Box2D.PbBodyOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbBody,Box2D.PbBody.Builder,Box2D.PbBodyOrBuilder>
Box2D.PbWorld.Builder. bodiesBuilder_
Methods in org.box2d.proto that return Box2D.PbBodyOrBuilder Modifier and Type Method Description Box2D.PbBodyOrBuilder
Box2D.PbWorld.Builder. getBodiesOrBuilder(int index)
repeated .box2d.PbBody bodies = 20;
Box2D.PbBodyOrBuilder
Box2D.PbWorld. getBodiesOrBuilder(int index)
repeated .box2d.PbBody bodies = 20;
Box2D.PbBodyOrBuilder
Box2D.PbWorldOrBuilder. getBodiesOrBuilder(int index)
repeated .box2d.PbBody bodies = 20;
Methods in org.box2d.proto that return types with arguments of type Box2D.PbBodyOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Box2D.PbBody,Box2D.PbBody.Builder,Box2D.PbBodyOrBuilder>
Box2D.PbWorld.Builder. getBodiesFieldBuilder()
java.util.List<? extends Box2D.PbBodyOrBuilder>
Box2D.PbWorld.Builder. getBodiesOrBuilderList()
repeated .box2d.PbBody bodies = 20;
java.util.List<? extends Box2D.PbBodyOrBuilder>
Box2D.PbWorld. getBodiesOrBuilderList()
repeated .box2d.PbBody bodies = 20;
java.util.List<? extends Box2D.PbBodyOrBuilder>
Box2D.PbWorldOrBuilder. getBodiesOrBuilderList()
repeated .box2d.PbBody bodies = 20;
-