This website requires JavaScript.
Explore
Help
Sign In
DIvan2000
/
ReplayModCinematic
Watch
1
Star
0
Fork
0
You've already forked ReplayModCinematic
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8d8fa6a835fee91f70b17426fa3e9f29a73dea2b
ReplayModCinematic
/
src
/
main
/
java
/
eu
/
crushedpixel
/
replaymod
/
events
/
handlers
History
johni0702
6422558028
General warning cleanup
2015-07-19 16:21:56 +02:00
..
keyboard
Using the DELETE Key, selected Keyframes can now be removed
2015-07-13 22:27:14 +02:00
CrosshairRenderHandler.java
Added a static helper class to determine whether an Entity can be spectated or not - this results in DRY code. While doing so, excluded mc.thePlayer from the spectateable Entities, resolving
https://trello.com/c/anFRmsfM/
2015-06-29 15:22:52 +02:00
GuiEventHandler.java
Added Api Call checking if the Mod has the latest version and Message in Main Menu if not up-to-date
2015-07-15 14:08:28 +02:00
MinecraftTicker.java
General warning cleanup
2015-07-19 16:21:56 +02:00
MouseInputHandler.java
Added a static helper class to determine whether an Entity can be spectated or not - this results in DRY code. While doing so, excluded mc.thePlayer from the spectateable Entities, resolving
https://trello.com/c/anFRmsfM/
2015-06-29 15:22:52 +02:00
RecordingHandler.java
Only use java 6 methods
2015-07-10 14:54:11 +02:00
SpectatingHandler.java
Does not render Players at all if they're invisible (e.g. Spectator Mode) - resolving
https://trello.com/c/Hy1NaAKu/
2015-06-29 15:44:01 +02:00
TickAndRenderListener.java
Wait until world has loaded when previewing a Camera Path
2015-07-17 14:35:58 +02:00