(Note entity bounding boxes on pre-1.7.10.)

This commit is contained in:
asofold 2016-12-27 16:39:32 +01:00
parent db68a710d9
commit 32c0250530
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public class ReflectEntity extends ReflectGetHandleBase<Entity> {
@MostlyHarmless()
public final Field nmsHeight; // Not anymore in 1.11.
// TODO: Pre 1.7.10 would be a field: nmsBoundingBox
public final Method nmsGetBoundingBox;
public final Field nmsDead;