# 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 sk cpw/mods/fml/common/network/Player net.minecraft.entity.player.EntityPlayer cpw/mods/fml/common/network/Player # block -> blockproxy aou cpw/mods/fml/common/registry/BlockProxy net.minecraft.block.Block cpw/mods/fml/common/registry/BlockProxy # item -> itemproxy we cpw/mods/fml/common/registry/ItemProxy net.minecraft.item.Item cpw/mods/fml/common/registry/ItemProxy