Uses of Enum Class
io.github.protasm.jvmud.engine.world.Capability
Packages that use Capability
Package
Description
Engine-owned world model: worlds, places, entities, links, locations, and containment.
-
Uses of Capability in io.github.protasm.jvmud.engine.world
Subclasses with type arguments of type Capability in io.github.protasm.jvmud.engine.worldModifier and TypeClassDescriptionenumEngine-level capabilities described by JVMud's principles.Methods in io.github.protasm.jvmud.engine.world that return CapabilityModifier and TypeMethodDescriptionstatic CapabilityReturns the enum constant of this class with the specified name.static Capability[]Capability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.protasm.jvmud.engine.world that return types with arguments of type CapabilityMethods in io.github.protasm.jvmud.engine.world with parameters of type CapabilityModifier and TypeMethodDescriptionWorldRuntime.createEntity(String id, String displayName, Location initialLocation, Capability... capabilities) Creates an entity at an initial location.booleanEntity.hasCapability(Capability capability)