Package org.box2d.proto
Interface Box2D.PbBodyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Box2D.PbBody
,Box2D.PbBody.Builder
- Enclosing class:
Box2D
public static interface Box2D.PbBodyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
float
getAngle()
float
float
boolean
getAwake()
boolean
boolean
getFixtures
(int index) int
java.util.List
<Box2D.PbFixture> getFixturesOrBuilder
(int index) java.util.List
<? extends Box2D.PbFixtureOrBuilder> float
float
long
getTag()
getType()
boolean
boolean
boolean
hasAngle()
boolean
boolean
boolean
hasAwake()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasTag()
boolean
hasType()
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTag
boolean hasTag() -
getTag
long getTag() -
hasType
boolean hasType() -
getType
Box2D.PbBodyType getType() -
hasPosition
boolean hasPosition() -
getPosition
Box2D.PbVec2 getPosition() -
getPositionOrBuilder
Box2D.PbVec2OrBuilder getPositionOrBuilder() -
hasAngle
boolean hasAngle() -
getAngle
float getAngle() -
hasLinearVelocity
boolean hasLinearVelocity() -
getLinearVelocity
Box2D.PbVec2 getLinearVelocity() -
getLinearVelocityOrBuilder
Box2D.PbVec2OrBuilder getLinearVelocityOrBuilder() -
hasAngularVelocity
boolean hasAngularVelocity() -
getAngularVelocity
float getAngularVelocity() -
hasLinearDamping
boolean hasLinearDamping() -
getLinearDamping
float getLinearDamping() -
hasAngularDamping
boolean hasAngularDamping() -
getAngularDamping
float getAngularDamping() -
hasGravityScale
boolean hasGravityScale() -
getGravityScale
float getGravityScale() -
hasBullet
boolean hasBullet() -
getBullet
boolean getBullet() -
hasAllowSleep
boolean hasAllowSleep() -
getAllowSleep
boolean getAllowSleep() -
hasAwake
boolean hasAwake() -
getAwake
boolean getAwake() -
hasActive
boolean hasActive() -
getActive
boolean getActive() -
hasFixedRotation
boolean hasFixedRotation() -
getFixedRotation
boolean getFixedRotation() -
getFixturesList
java.util.List<Box2D.PbFixture> getFixturesList() -
getFixtures
-
getFixturesCount
int getFixturesCount() -
getFixturesOrBuilderList
java.util.List<? extends Box2D.PbFixtureOrBuilder> getFixturesOrBuilderList() -
getFixturesOrBuilder
-