2012-08-06 20:12:50 +00:00
|
|
|
# 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
|
2012-08-08 03:11:37 +00:00
|
|
|
# has deobf and obf mappings so it runs OK in mcp
|
2012-08-06 20:12:50 +00:00
|
|
|
# entityplayer -> network/player
|
2012-11-02 03:53:13 +00:00
|
|
|
qx cpw/mods/fml/common/network/Player
|
2012-12-09 04:25:29 +00:00
|
|
|
net.minecraft.entity.player.EntityPlayer cpw/mods/fml/common/network/Player
|
2012-08-07 02:30:13 +00:00
|
|
|
# block -> blockproxy
|
2012-11-02 03:53:13 +00:00
|
|
|
amj cpw/mods/fml/common/registry/BlockProxy
|
2012-12-09 04:25:29 +00:00
|
|
|
net.minecraft.block.Block cpw/mods/fml/common/registry/BlockProxy
|
2012-08-07 02:30:13 +00:00
|
|
|
# item -> itemproxy
|
2012-11-02 03:53:13 +00:00
|
|
|
uk cpw/mods/fml/common/registry/ItemProxy
|
2012-12-09 04:25:29 +00:00
|
|
|
net.minecraft.item.Item cpw/mods/fml/common/registry/ItemProxy
|