Record Class VehicleTemplateKey
java.lang.Object
java.lang.Record
zombie.scripting.objects.VehicleTemplateKey
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
static final VehicleTemplateKey
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aVehicleTemplateKey
record class. -
Method Summary
-
Field Details
-
BATTERY
-
BRAKE
-
CAR_LIGHTS
-
CAR_LIGHTS_COLLISION
-
CAR_LUXURY
-
CAR_LUXURY_COLLISION
-
CAR_MODERN_02COLLISION
-
CAR_MODERN_COLLISION
-
CAR_NORMAL
-
CAR_NORMAL_COLLISION
-
CAR_RACECAR
-
CAR_SMALL_02COLLISION
-
CAR_SMALL_COLLISION
-
CAR_SPORTS_COLLISION
-
CAR_STATION_WAGON
-
CAR_STATION_WAGON_COLLISION
-
CAR_TAXI_COLLISION
-
DOOR
-
ENGINE
-
ENGINE_DOOR
-
GAS_TANK
-
GLOVE_BOX
-
HEADLIGHT
-
HEATER
-
HOOD_ORNAMENT
-
LIGHTBAR
-
MODERN_CAR
-
MODERN_CAR_02
-
MODERN_CAR_LIGHTS
-
MUFFLER
-
OFFROAD_COLLISION
-
OFF_ROAD
-
PASSENGER_COMMON
-
PASSENGER_COMPARTMENT
-
PASSENGER_POSITION_2
-
PASSENGER_POSITION_4
-
PASSENGER_POSITION_6
-
PASSENGER_SEAT_2
-
PASSENGER_SEAT_4
-
PASSENGER_SEAT_6
-
PICKUP_TRUCK_COLLISION
-
PICKUP_VAN_COLLISION
-
PICK_UP_TRUCK
-
PICK_UP_TRUCK_LIGHTS
-
PICK_UP_VAN
-
PICK_UP_VAN_LIGHTS
-
RADIO
-
RADIO_HAM
-
SEAT
-
SMALL_CAR
-
SMALL_CAR_02
-
SOUNDS_JEEP
-
SOUNDS_SPORTS_CAR
-
SOUNDS_STEP_VAN
-
SOUNDS_VAN
-
STEP_VAN
-
STEP_VAN_COLLISION
-
STEP_VAN_MAIL
-
SUSPENSION
-
SUV
-
SUVCOLLISION
-
TIRE
-
TRUNK
-
TRUNK_DOOR
-
TRUNK_DOOR_OPENED
-
VAN_COLLISION
-
WINDOW
-
WINDOW_NO_DOOR
-
WINDSHIELD
-
-
Constructor Details
-
VehicleTemplateKey
Creates an instance of aVehicleTemplateKey
record class.- Parameters:
id
- the value for theid
record component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
id
Returns the value of theid
record component.- Returns:
- the value of the
id
record component
-