Advertisement
jayhillx

handleRotationFloat

Aug 22nd, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. protected float handleRotationFloat(T livingBase, float partialTicks) {
  2. return (float)livingBase.ticksExisted + partialTicks;
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement