Most of the 1.8 Port.
This commit is contained in:
@@ -19,16 +19,14 @@
|
||||
package appeng.tile.events;
|
||||
|
||||
|
||||
import io.netty.buffer.ByteBuf;
|
||||
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.lang.reflect.Method;
|
||||
|
||||
import io.netty.buffer.ByteBuf;
|
||||
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
|
||||
import net.minecraftforge.fml.relauncher.Side;
|
||||
import net.minecraftforge.fml.relauncher.SideOnly;
|
||||
import appeng.tile.AEBaseTile;
|
||||
|
||||
|
||||
|
||||
@@ -21,8 +21,11 @@ package appeng.tile.events;
|
||||
|
||||
public enum TileEventType
|
||||
{
|
||||
/**
|
||||
* Requires IUpdatePlayerListBox, this makes the tile entity tick in 1.8
|
||||
*/
|
||||
TICK,
|
||||
|
||||
|
||||
WORLD_NBT_READ, WORLD_NBT_WRITE,
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user