Package | Description |
---|---|
org.made.neohabitat | |
org.made.neohabitat.mods |
Modifier and Type | Class and Description |
---|---|
class |
Openable
an Elko Habitat superclass to handle container open/closed and locked/unlocked states.
|
Modifier and Type | Method and Description |
---|---|
Container |
HabitatMod.container()
Replaces global container (altenate interface)
|
Container |
HabitatMod.container(HabitatMod obj)
Replaces global container
|
Modifier and Type | Method and Description |
---|---|
boolean |
HabitatMod.change_containers(HabitatMod obj,
Container new_container,
int new_position,
boolean cp)
change_containers -- Move an object from one container to another.
|
void |
HabitatMod.generic_PUT(User from,
Container cont,
int pos_x,
int pos_y,
int obj_orient)
Most attempt to PUT an item go through this code.
|
Modifier and Type | Class and Description |
---|---|
class |
Avatar
The Avatar Mod (attached to an Elko User.)
This holds both the Habitat User state, and the
Avatar state and behaviors, which include action on
the User's Avatar, and when interacting with other User's Avatars.
|
class |
Bag
Habitat Bag Mod (attached to an Elko Item.)
A Bag is a small container that can be open/closed and [un]locked.
|
class |
Box
Habitat Box Mod (attached to an Elko Item.)
A Box is a large container that can be open/closed and [un]locked.
|
class |
Region
Habitat Region Mod (attached to a Elko Context)
The Region has all the state and behaviors for the main object
of Habitat.
|
class |
Table
Habitat Table Mod (attached to an Elko Item.)
A Table is a large container that can be open/closed and [un]locked.
|
Copyright © 2017. All rights reserved.