Uses of Enum Class
net.risingworld.api.collider.Collider.Type
Packages that use Collider.Type
-
Uses of Collider.Type in net.risingworld.api.collider
Subclasses with type arguments of type Collider.Type in net.risingworld.api.colliderModifier and TypeClassDescriptionstatic enumDetermines the type of the collision shape.Methods in net.risingworld.api.collider that return Collider.TypeModifier and TypeMethodDescriptionCollider.getType()Gets the collider type.static Collider.TypeReturns the enum constant of this class with the specified name.static Collider.Type[]Collider.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.