Class AdminCharacter

Object
AdminCharacter

public class AdminCharacter extends Object
Author:
maartenl
See Also:
  • Field Details

    • GET_QUERY

      public static final String GET_QUERY
      See Also:
    • name

      public String name
    • address

      public String address
    • image

      public String image
    • title

      public String title
    • realname

      public String realname
    • newpassword

      public String newpassword
    • email

      public String email
    • race

      public String race
    • sex

      public String sex
    • age

      public String age
    • height

      public String height
    • width

      public String width
    • complexion

      public String complexion
    • eyes

      public String eyes
    • face

      public String face
    • hair

      public String hair
    • beard

      public String beard
    • arm

      public String arm
    • leg

      public String leg
    • copper

      public Integer copper
    • room

      public Long room
    • lok

      public String lok
    • whimpy

      public String whimpy
    • experience

      public int experience
    • fightingwho

      public String fightingwho
    • sleep

      public Boolean sleep
    • punishment

      public Integer punishment
    • fightable

      public Boolean fightable
    • vitals

      public Integer vitals
    • fysically

      public Integer fysically
    • mentally

      public Integer mentally
    • drinkstats

      public Integer drinkstats
    • eatstats

      public Integer eatstats
    • active

      public boolean active
    • lastlogin

      public LocalDateTime lastlogin
    • birth

      public LocalDateTime birth
    • god

      public String god
    • guild

      public String guild
    • strength

      public Integer strength
    • intelligence

      public Integer intelligence
    • dexterity

      public Integer dexterity
    • constitution

      public Integer constitution
    • wisdom

      public Integer wisdom
    • practises

      public Integer practises
    • training

      public Integer training
    • bandage

      public Integer bandage
    • alignment

      public Integer alignment
    • manastats

      public Integer manastats
    • movementstats

      public Integer movementstats
    • maxmana

      public Integer maxmana
    • maxmove

      public Integer maxmove
    • maxvital

      public Integer maxvital
    • cgiServerSoftware

      public String cgiServerSoftware
    • cgiServerName

      public String cgiServerName
    • cgiGatewayInterface

      public String cgiGatewayInterface
    • cgiServerProtocol

      public String cgiServerProtocol
    • cgiServerPort

      public String cgiServerPort
    • cgiRequestMethod

      public String cgiRequestMethod
    • cgiPathInfo

      public String cgiPathInfo
    • cgiPathTranslated

      public String cgiPathTranslated
    • cgiScriptName

      public String cgiScriptName
    • cgiRemoteHost

      public String cgiRemoteHost
    • cgiRemoteAddr

      public String cgiRemoteAddr
    • cgiAuthType

      public String cgiAuthType
    • cgiRemoteUser

      public String cgiRemoteUser
    • cgiRemoteIdent

      public String cgiRemoteIdent
    • cgiContentType

      public String cgiContentType
    • cgiAccept

      public String cgiAccept
    • cgiUserAgent

      public String cgiUserAgent
    • jumpmana

      public Integer jumpmana
    • jumpmove

      public Integer jumpmove
    • jumpvital

      public Integer jumpvital
    • owner

      public String owner
    • creation

      public LocalDateTime creation
    • notes

      public String notes
    • currentstate

      public String currentstate
    • lastcommand

      public LocalDateTime lastcommand
    • wieldleft

      public String wieldleft
    • wieldright

      public String wieldright
    • wieldboth

      public String wieldboth
    • wearhead

      public String wearhead
    • wearneck

      public String wearneck
    • weartorso

      public String weartorso
    • weararms

      public String weararms
    • wearleftwrist

      public String wearleftwrist
    • wearrightwrist

      public String wearrightwrist
    • wearleftfinger

      public String wearleftfinger
    • wearrightfinger

      public String wearrightfinger
    • wearfeet

      public String wearfeet
    • wearhands

      public String wearhands
    • wearfloatingnearby

      public String wearfloatingnearby
    • wearwaist

      public String wearwaist
    • wearlegs

      public String wearlegs
    • weareyes

      public String weareyes
    • wearears

      public String wearears
    • wearaboutbody

      public String wearaboutbody
    • guildlevel

      public String guildlevel
    • timeout

      public String timeout
    • visible

      public boolean visible
    • rrribbits

      public Integer rrribbits
    • heehaws

      public Integer heehaws
    • ooc

      public boolean ooc
    • familyname

      public String familyname
  • Constructor Details

    • AdminCharacter

      public AdminCharacter()
    • AdminCharacter

      public AdminCharacter(User item)
    • AdminCharacter

      public AdminCharacter(Person item)
  • Method Details