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-10-20 07:36:33 +00:00
|
|
|
qf cpw/mods/fml/common/network/Player
|
2012-08-08 03:11:37 +00:00
|
|
|
net.minecraft.src.EntityPlayer cpw/mods/fml/common/network/Player
|
2012-08-07 02:30:13 +00:00
|
|
|
# block -> blockproxy
|
2012-10-20 07:36:33 +00:00
|
|
|
ale cpw/mods/fml/common/registry/BlockProxy
|
2012-08-14 17:36:29 +00:00
|
|
|
net.minecraft.src.Block cpw/mods/fml/common/registry/BlockProxy
|
2012-08-07 02:30:13 +00:00
|
|
|
# item -> itemproxy
|
2012-10-20 07:36:33 +00:00
|
|
|
ts cpw/mods/fml/common/registry/ItemProxy
|
2012-08-14 17:36:29 +00:00
|
|
|
net.minecraft.src.Item cpw/mods/fml/common/registry/ItemProxy
|