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
a58e06703cb0aac02bbdd0babca32e6cc5e6f84a
ReplayModCinematic
/
src
/
main
/
java
/
eu
/
crushedpixel
/
replaymod
/
events
/
handlers
History
CrushedPixel
a58e06703c
Using the DELETE Key, selected Keyframes can now be removed
...
Added StaticKeybindings to provide non-changeable KeyBindings
2015-07-13 22:27:14 +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
Use new Gui API for GuiLoginPrompt and GuiRegister
2015-07-09 18:24:15 +02:00
MinecraftTicker.java
In MinecraftTicker, only handle Key Input if no GUI is open as the GUI will invoke the same dispatchKeypresses() method itself
2015-07-13 16:08:21 +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
Fix all warnings
2015-06-29 21:45:37 +02:00