Package zombie.radio
Class ZomboidRadio
java.lang.Object
zombie.radio.ZomboidRadio
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static final String
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addChannelName
(String string, int int1, String string2) void
addChannelName
(String string, int int1, String string2, boolean boolean1) clone()
computerize
(String string) GetChannelList
(String string) getChannelName
(int int1) int
boolean
boolean
static ZomboidRadio
int
int
getRandomFrequency
(int int1, int int2) static boolean
void
Init
(int int1) static boolean
isStaticSound
(String string) boolean
Load()
static void
ObfuscateChannelCheck
(RadioChannel radioChannel) void
PlayerListensChannel
(int int1, boolean boolean1, boolean boolean2) void
ReceiveTransmission
(int int1, int int2, int int3, String string, String string2, String string3, float float1, float float2, float float3, int int4, boolean boolean1) void
RegisterDevice
(WaveSignalDevice waveSignalDevice) void
removeChannelName
(int int1) void
render()
void
Reset()
void
Save()
scrambleString
(String string, int int1, boolean boolean1, String string2) void
SendTransmission
(int int1, int int2, int int3, String string, String string2, String string3, float float1, float float2, float float3, int int4, boolean boolean1) void
SendTransmission
(int int1, int int2, ChatMessage chatMessage, int int3) void
SendTransmission
(long long1, int int1, int int2, int int3, String string, String string2, String string3, float float1, float float2, float float3, int int4, boolean boolean1) void
setDisableBroadcasting
(boolean boolean1) void
setDisableMediaLineLearning
(boolean boolean1) void
setHasRecievedServerData
(boolean boolean1) void
UnRegisterDevice
(WaveSignalDevice waveSignalDevice) void
update()
void
UpdateScripts
(int int1, int int2) void
WriteRadioServerDataPacket
(ByteBufferWriter byteBufferWriter)
-
Field Details
-
SAVE_FILE
- See Also:
-
DEBUG_MODE
public static boolean DEBUG_MODE -
DEBUG_XML
public static boolean DEBUG_XML -
DEBUG_SOUND
public static boolean DEBUG_SOUND -
POST_RADIO_SILENCE
public static boolean POST_RADIO_SILENCE -
DISABLE_BROADCASTING
public static boolean DISABLE_BROADCASTING -
LOUISVILLE_OBFUSCATION
public static boolean LOUISVILLE_OBFUSCATION
-
-
Method Details
-
hasInstance
public static boolean hasInstance() -
getInstance
-
isStaticSound
-
getScriptManager
-
getDaysSinceStart
public int getDaysSinceStart() -
getDevices
-
getBroadcastDevices
-
setHasRecievedServerData
public void setHasRecievedServerData(boolean boolean1) -
addChannelName
-
addChannelName
-
removeChannelName
public void removeChannelName(int int1) -
GetChannelList
-
getChannelName
-
getRandomFrequency
public int getRandomFrequency() -
getRandomFrequency
public int getRandomFrequency(int int1, int int2) -
getFullChannelList
-
WriteRadioServerDataPacket
-
Init
public void Init(int int1) -
Save
- Throws:
FileNotFoundException
IOException
-
Load
- Throws:
FileNotFoundException
IOException
-
Reset
public void Reset() -
UpdateScripts
public void UpdateScripts(int int1, int int2) -
render
public void render() -
update
public void update() -
getGameMode
-
getRandomBzztFzzt
-
scrambleString
-
ReceiveTransmission
-
SendTransmission
-
SendTransmission
-
SendTransmission
-
PlayerListensChannel
public void PlayerListensChannel(int int1, boolean boolean1, boolean boolean2) -
RegisterDevice
-
UnRegisterDevice
-
clone
-
computerize
-
getRecordedMedia
-
setDisableBroadcasting
public void setDisableBroadcasting(boolean boolean1) -
getDisableBroadcasting
public boolean getDisableBroadcasting() -
setDisableMediaLineLearning
public void setDisableMediaLineLearning(boolean boolean1) -
getDisableMediaLineLearning
public boolean getDisableMediaLineLearning() -
ObfuscateChannelCheck
-