Bump development to 1.17, Added a few more light emitting blocks, Improved PlayerChatEvent formatting

This commit is contained in:
LOOHP
2021-06-13 00:56:41 +08:00
parent c6ac7b3593
commit edbc668fa2
19 changed files with 100755 additions and 67995 deletions
@@ -41,6 +41,8 @@ public abstract class Entity {
protected boolean noGravity = false;
@WatchableField(MetadataIndex = 6, WatchableObjectType = WatchableObjectType.POSE)
protected Pose pose = Pose.STANDING;
@WatchableField(MetadataIndex = 7, WatchableObjectType = WatchableObjectType.VARINT)
protected int frozenTicks = 0;
protected final EntityType type;