Weapon.WeaponAttributes| Modifier and Type | Field and Description |
|---|---|
static String |
RICIN_KILL_MESSAGE |
| Constructor and Description |
|---|
Ricin() |
Ricin(KnockeableDoor destination,
Long microgramsPerKilo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
KnockeableDoor |
getDestination() |
Long |
getMicrogramsPerKilo() |
int |
hashCode() |
String |
kill() |
void |
setMicrogramsPerKilo(long microgramsPerKilo) |
public static final String RICIN_KILL_MESSAGE
public Ricin(KnockeableDoor destination, Long microgramsPerKilo)
public Ricin()
public Long getMicrogramsPerKilo()
public void setMicrogramsPerKilo(long microgramsPerKilo)
public KnockeableDoor getDestination()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.