Package zombie.radio.devices
Interface WaveSignalDevice
- All Known Implementing Classes:
IsoRadio,IsoTelevision,IsoWaveSignal,Radio,VehiclePart
public interface WaveSignalDevice
-
Method Summary
Modifier and Type Method Description voidAddDeviceText(java.lang.String string, float float1, float float2, float float3, java.lang.String string2, int int1)floatgetDelta()DeviceDatagetDeviceData()IsoGridSquaregetSquare()floatgetX()floatgetY()floatgetZ()booleanHasPlayerInRange()voidsetDelta(float float1)voidsetDeviceData(DeviceData deviceData)
-
Method Details
-
getDeviceData
DeviceData getDeviceData() -
setDeviceData
-
getDelta
float getDelta() -
setDelta
void setDelta(float float1) -
getSquare
IsoGridSquare getSquare() -
getX
float getX() -
getY
float getY() -
getZ
float getZ() -
AddDeviceText
void AddDeviceText(java.lang.String string, float float1, float float2, float float3, java.lang.String string2, int int1) -
HasPlayerInRange
boolean HasPlayerInRange()
-