equivalent-exchange-3/ee3_common/com/pahimar/ee3/lib/PacketIds.java

19 lines
417 B
Java
Raw Normal View History

package com.pahimar.ee3.lib;
2012-10-27 23:41:02 +02:00
/**
* PacketIds
*
* Library containing the various ids for different packets in the mod
*
* @author pahimar
* @license Lesser GNU Public License v3 (http://www.gnu.org/licenses/lgpl.html)
*
*/
public class PacketIds {
public static final int KEYBINDING_PRESSED = 0;
public static final int TILEENTITY_UPDATE = 1;
public static final int WORLD_TRANSMUTATION_EVENT = 2;
}