Interface Box2D.PbWorldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Box2D.PbWorld, Box2D.PbWorld.Builder
Enclosing class:
Box2D

public static interface Box2D.PbWorldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTag

      boolean hasTag()
    • getTag

      long getTag()
    • hasGravity

      boolean hasGravity()
    • getGravity

      Box2D.PbVec2 getGravity()
    • getGravityOrBuilder

      Box2D.PbVec2OrBuilder getGravityOrBuilder()
    • hasAllowSleep

      boolean hasAllowSleep()
    • getAllowSleep

      boolean getAllowSleep()
    • hasAutoClearForces

      boolean hasAutoClearForces()
    • getAutoClearForces

      boolean getAutoClearForces()
    • hasWarmStarting

      boolean hasWarmStarting()
    • getWarmStarting

      boolean getWarmStarting()
    • hasContinuousPhysics

      boolean hasContinuousPhysics()
    • getContinuousPhysics

      boolean getContinuousPhysics()
    • hasSubStepping

      boolean hasSubStepping()
    • getSubStepping

      boolean getSubStepping()
    • getBodiesList

      java.util.List<Box2D.PbBody> getBodiesList()
    • getBodies

      Box2D.PbBody getBodies(int index)
    • getBodiesCount

      int getBodiesCount()
    • getBodiesOrBuilderList

      java.util.List<? extends Box2D.PbBodyOrBuilder> getBodiesOrBuilderList()
    • getBodiesOrBuilder

      Box2D.PbBodyOrBuilder getBodiesOrBuilder(int index)
    • getJointsList

      java.util.List<Box2D.PbJoint> getJointsList()
    • getJoints

      Box2D.PbJoint getJoints(int index)
    • getJointsCount

      int getJointsCount()
    • getJointsOrBuilderList

      java.util.List<? extends Box2D.PbJointOrBuilder> getJointsOrBuilderList()
    • getJointsOrBuilder

      Box2D.PbJointOrBuilder getJointsOrBuilder(int index)