# Marker interfaces to add to minecraft - helps in bukkit and client/server unification # Only runs at runtime because it's not necessary at compile time # has deobf and obf mappings so it runs OK in mcp # entityplayer -> network/player ua cpw/mods/fml/common/network/Player net.minecraft.entity.player.EntityPlayer cpw/mods/fml/common/network/Player # block -> blockproxy aqs cpw/mods/fml/common/registry/BlockProxy net.minecraft.block.Block cpw/mods/fml/common/registry/BlockProxy # item -> itemproxy xx cpw/mods/fml/common/registry/ItemProxy net.minecraft.item.Item cpw/mods/fml/common/registry/ItemProxy