Spectating a Player now displays his Hand/Item
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user