Hello all past, and current scripters. Currently just starting to learn java, had some moderate cpp experience, 
so catching on pretty quick to how things work and stuff, it's actually pretty english as oppose to some less developed languages, just working on how things 
get put together in this language... anyways, I see most scripts run with the OS client, so I was just wondering 
in the example of this statement: 
if(client.getInventory().isFull() == false) { 
  
             Your statements like client.whatever  for example, where can you find the little sub statements that go there for different 
actions? LIke... If you  defined an Enum for both cooking or burning persay, (this being the firemaking case) 
and I wanted to persay tell the client to check if logs are available in inventory to light, what are the possible statements 
that are available check or to fit: client.'here'()   ? Besides this example of .getinventory() ?  
  
Can't say I'm a pro at explaining things, but hope this question comes across clearly with the example I used! 
  
Thanks in advance, 
  
- Essence