|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsoRoom | |
|---|---|
| zombie.behaviors.survivor.orders.LittleTasks | |
| zombie.inventory | |
| zombie.iso | |
| zombie.iso.areas | |
| zombie.scripting.objects | |
| Uses of IsoRoom in zombie.behaviors.survivor.orders.LittleTasks |
|---|
| Constructors in zombie.behaviors.survivor.orders.LittleTasks with parameters of type IsoRoom | |
|---|---|
GotoRoomOrder(IsoGameCharacter chr,
IsoRoom b)
|
|
| Uses of IsoRoom in zombie.inventory |
|---|
| Methods in zombie.inventory with parameters of type IsoRoom | |
|---|---|
static void |
ItemContainerFiller.FillRoom(IsoRoom room)
|
| Uses of IsoRoom in zombie.iso |
|---|
| Fields in zombie.iso declared as IsoRoom | |
|---|---|
IsoRoom |
IsoGridSquare.room
|
| Fields in zombie.iso with type parameters of type IsoRoom | |
|---|---|
java.util.HashMap<java.lang.Integer,IsoRoom> |
LotHeader.isoRooms
|
| Methods in zombie.iso that return IsoRoom | |
|---|---|
IsoRoom |
IsoGridSquare.getRoom()
|
IsoRoom |
LotHeader.getRoom(int roomID)
|
IsoRoom |
IsoChunkMap.getRoom(int iD)
|
IsoRoom |
IsoChunk.getRoom(int roomID)
|
IsoRoom |
IsoCell.getRoom(int ID)
|
| Methods in zombie.iso that return types with arguments of type IsoRoom | |
|---|---|
java.util.ArrayList<IsoRoom> |
IsoCell.getRoomList()
|
| Methods in zombie.iso with parameters of type IsoRoom | |
|---|---|
IsoBuilding |
IsoCell.getClosestBuildingExcept(IsoGameCharacter chr,
IsoRoom except)
|
void |
IsoGridSquare.setRoom(IsoRoom room)
|
| Method parameters in zombie.iso with type arguments of type IsoRoom | |
|---|---|
void |
IsoCell.setRoomList(java.util.ArrayList<IsoRoom> RoomList)
|
| Uses of IsoRoom in zombie.iso.areas |
|---|
| Fields in zombie.iso.areas declared as IsoRoom | |
|---|---|
IsoRoom |
IsoRoomExit.From
|
| Fields in zombie.iso.areas with type parameters of type IsoRoom | |
|---|---|
java.util.Vector<IsoRoom> |
IsoBuilding.Rooms
|
| Methods in zombie.iso.areas that return IsoRoom | |
|---|---|
IsoRoom |
IsoBuilding.getRandomRoom()
|
| Methods in zombie.iso.areas with parameters of type IsoRoom | |
|---|---|
void |
IsoBuilding.AddRoom(IsoRoom room)
|
| Constructors in zombie.iso.areas with parameters of type IsoRoom | |
|---|---|
IsoRoomExit(IsoRoom from,
int x,
int y,
int layer)
|
|
IsoRoomExit(IsoRoom from,
IsoRoomExit to,
int x,
int y,
int layer)
|
|
| Uses of IsoRoom in zombie.scripting.objects |
|---|
| Fields in zombie.scripting.objects declared as IsoRoom | |
|---|---|
IsoRoom |
Room.room
|
| Constructors in zombie.scripting.objects with parameters of type IsoRoom | |
|---|---|
Room(java.lang.String RoomDef,
IsoRoom room)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||