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-08-07 02:30:13 +00:00
|
|
|
of 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
|
|
|
|
aif cpw/mods/fml/common/registry/BlockProxy
|
2012-08-08 03:11:37 +00:00
|
|
|
net/minecraft/src/Block cpw/mods/fml/common/registry/BlockProxy
|
2012-08-07 02:30:13 +00:00
|
|
|
# item -> itemproxy
|
2012-08-08 03:11:37 +00:00
|
|
|
rg cpw/mods/fml/common/registry/ItemProxy
|
|
|
|
net/minecraft/src/Item cpw/mods/fml/common/registry/ItemProxy
|