|
| static void | addIdClassMapping (int par0, boolean par1, boolean par2, Class par3Class) |
| |
| static Packet | getNewPacket (ILogAgent par0ILogAgent, int par1) |
| |
| static void | writeByteArray (DataOutputStream par0DataOutputStream, byte[] par1ArrayOfByte) throws IOException |
| |
| static byte[] | readBytesFromStream (DataInputStream par0DataInputStream) throws IOException |
| |
| static Packet | readPacket (ILogAgent par0ILogAgent, DataInputStream par1DataInputStream, boolean par2, Socket par3Socket) throws IOException |
| |
| static void | writePacket (Packet par0Packet, DataOutputStream par1DataOutputStream) throws IOException |
| |
| static void | writeString (String par0Str, DataOutputStream par1DataOutputStream) throws IOException |
| |
| static String | readString (DataInputStream par0DataInputStream, int par1) throws IOException |
| |
| static ItemStack | readItemStack (DataInputStream par0DataInputStream) throws IOException |
| |
| static void | writeItemStack (ItemStack par0ItemStack, DataOutputStream par1DataOutputStream) throws IOException |
| |
| static NBTTagCompound | readNBTTagCompound (DataInputStream par0DataInputStream) throws IOException |
| |
| final long | creationTimeMillis = System.currentTimeMillis() |
| |
| boolean | isChunkDataPacket = false |
| |
| static IntHashMap | packetIdToClassMap = new IntHashMap() |
| |
| static long | receivedID |
| |
| static long | receivedSize |
| |
| static long | sentID |
| |
| static long | sentSize |
| |
| static void | writeNBTTagCompound (NBTTagCompound par0NBTTagCompound, DataOutputStream par1DataOutputStream) throws IOException |
| |
| ILogAgent | field_98193_m |
| |
| net.minecraft.network.packet.Packet62LevelSound.Packet62LevelSound |
( |
) | |
|
| net.minecraft.network.packet.Packet62LevelSound.Packet62LevelSound |
( |
String |
par1Str, |
|
|
double |
par2, |
|
|
double |
par4, |
|
|
double |
par6, |
|
|
float |
par8, |
|
|
float |
par9 |
|
) |
| |
| double net.minecraft.network.packet.Packet62LevelSound.getEffectX |
( |
) | |
|
| double net.minecraft.network.packet.Packet62LevelSound.getEffectY |
( |
) | |
|
| double net.minecraft.network.packet.Packet62LevelSound.getEffectZ |
( |
) | |
|
| int net.minecraft.network.packet.Packet62LevelSound.getPacketSize |
( |
) | |
|
|
virtual |
| float net.minecraft.network.packet.Packet62LevelSound.getPitch |
( |
) | |
|
Gets the pitch divided by 63 (63 is 100%)
| String net.minecraft.network.packet.Packet62LevelSound.getSoundName |
( |
) | |
|
| float net.minecraft.network.packet.Packet62LevelSound.getVolume |
( |
) | |
|
| void net.minecraft.network.packet.Packet62LevelSound.processPacket |
( |
NetHandler |
par1NetHandler) | |
|
|
virtual |
| void net.minecraft.network.packet.Packet62LevelSound.readPacketData |
( |
DataInputStream |
par1DataInputStream) | |
throws IOException |
|
virtual |
| void net.minecraft.network.packet.Packet62LevelSound.writePacketData |
( |
DataOutputStream |
par1DataOutputStream) | |
throws IOException |
|
virtual |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/network/packet/Packet62LevelSound.java