Spectating a Player now displays his Hand/Item

This commit is contained in:
CrushedPixel
2015-05-25 22:54:55 +02:00
parent 5f78f312a1
commit d84422d6c5
4 changed files with 500 additions and 42 deletions

View File

@@ -87,6 +87,10 @@ public class ReplayHandler {
return currentEntity == cameraEntity;
}
public static Entity getCurrentEntity() {
return currentEntity;
}
public static void startPath(RenderOptions renderOptions) {
if(!ReplayHandler.isInPath()) ReplayProcess.startReplayProcess(renderOptions);
}