Rename Entity.ignoreCollision => noClip

As this doesn't disable all kinds of collision (such as being hit by arrows), only movement related ones: Block collision and entities pushing each other (both ways).
This commit is contained in:
copygirl 2016-10-28 13:31:27 +02:00
parent 739927c594
commit 46783d0b1a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ CLASS sg net/minecraft/entity/Entity
FIELD N prevRenderY D
FIELD O prevRenderZ D
FIELD P stepHeight F
FIELD Q ignoreCollision Z
FIELD Q noClip Z
FIELD S rand Ljava/util/Random;
FIELD T age I
FIELD V swimming Z