Arclight/arclight-common/src/main/resources/async_catcher.json

22 lines
1.2 KiB
JSON
Raw Normal View History

2020-10-08 05:42:51 +00:00
{
"net/minecraft/world/server/ServerWorld": {
"func_72838_d(Lnet/minecraft/entity/Entity;)Z": "entity add",
"func_217465_m(Lnet/minecraft/entity/Entity;)V": "entity register",
"removeEntityComplete(Lnet/minecraft/entity/Entity;Z)V": "entity unregister"
},
"net/minecraft/world/server/ChunkManager$EntityTracker": {
"func_219399_a(Lnet/minecraft/entity/player/ServerPlayerEntity;)V": "player tracker clear",
"func_219400_b(Lnet/minecraft/entity/player/ServerPlayerEntity;)V": "player tracker update"
},
"net/minecraft/block/Block": {
"func_220082_b(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)V": "block place",
"func_196243_a(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)V": "block remove"
},
"net/minecraft/entity/LivingEntity": {
"func_195064_c(Lnet/minecraft/potion/EffectInstance;)Z": "effect add"
},
"net/minecraft/world/server/ChunkManager": {
"func_219210_a(Lnet/minecraft/entity/Entity;)V": "entity track",
"func_219231_b(Lnet/minecraft/entity/Entity;)V": "entity untrack"
}
}