Class Entity

java.lang.Object
io.github.protasm.jvmud.engine.world.Entity
All Implemented Interfaces:
Location

public final class Entity extends Object implements Location
Something that exists within a JVMud world and may itself contain entities.
  • Method Details

    • id

      public String id()
      Specified by:
      id in interface Location
    • displayName

      public String displayName()
      Specified by:
      displayName in interface Location
    • hasCapability

      public boolean hasCapability(Capability capability)
    • capabilities

      public Set<Capability> capabilities()
    • translucent

      public boolean translucent()