Package zombie.scripting.objects
Class VehicleScript.PhysicsShape
java.lang.Object
zombie.scripting.objects.VehicleScript.PhysicsShape
- Enclosing class:
- VehicleScript
public static final class VehicleScript.PhysicsShape
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PhysicsShape()
-
Method Summary
Modifier and Type Method Description Vector3f
getExtents()
Vector3f
getOffset()
float
getRadius()
Vector3f
getRotate()
java.lang.String
getTypeString()
void
setRadius(float float1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
type
public int type -
offset
-
rotate
-
extents
-
radius
public float radius
-
-
Constructor Details
-
PhysicsShape
public PhysicsShape()
-
-
Method Details
-
getTypeString
public java.lang.String getTypeString() -
getOffset
-
getExtents
-
getRotate
-
getRadius
public float getRadius() -
setRadius
public void setRadius(float float1)
-