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 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

      Box2D.PbFixture getFixtures(int index)
    • getFixturesCount

      int getFixturesCount()
    • getFixturesOrBuilderList

      java.util.List<? extends Box2D.PbFixtureOrBuilder> getFixturesOrBuilderList()
    • getFixturesOrBuilder

      Box2D.PbFixtureOrBuilder getFixturesOrBuilder(int index)