Package zombie.scripting.objects
Class VehicleScript.Part
java.lang.Object
zombie.scripting.objects.VehicleScript.Part
- Enclosing class:
- VehicleScript
public static class VehicleScript.Part
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList
anims
java.lang.String
area
java.lang.String
category
VehicleScript.Container
container
VehicleScript.Door
door
boolean
hasLightsRear
java.lang.String
id
java.util.ArrayList
itemType
java.util.HashMap
luaFunctions
boolean
mechanicRequireKey
java.util.ArrayList
models
java.lang.String
parent
boolean
repairMechanic
boolean
specificItem
java.util.HashMap
tables
java.lang.String
wheel
VehicleScript.Window
window
-
Constructor Summary
Constructors Constructor Description Part()
-
Method Summary
Modifier and Type Method Description boolean
isMechanicRequireKey()
boolean
isRepairMechanic()
void
setMechanicRequireKey(boolean boolean1)
void
setRepairMechanic(boolean boolean1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
public java.lang.String id -
parent
public java.lang.String parent -
itemType
public java.util.ArrayList itemType -
container
-
area
public java.lang.String area -
wheel
public java.lang.String wheel -
tables
public java.util.HashMap tables -
luaFunctions
public java.util.HashMap luaFunctions -
models
public java.util.ArrayList models -
door
-
window
-
anims
public java.util.ArrayList anims -
category
public java.lang.String category -
specificItem
public boolean specificItem -
mechanicRequireKey
public boolean mechanicRequireKey -
repairMechanic
public boolean repairMechanic -
hasLightsRear
public boolean hasLightsRear
-
-
Constructor Details
-
Part
public Part()
-
-
Method Details
-
isMechanicRequireKey
public boolean isMechanicRequireKey() -
setMechanicRequireKey
public void setMechanicRequireKey(boolean boolean1) -
isRepairMechanic
public boolean isRepairMechanic() -
setRepairMechanic
public void setRepairMechanic(boolean boolean1)
-