Fix formatting in a bunch of files.
This commit is contained in:
@@ -13,6 +13,7 @@ import net.md_5.bungee.protocol.DefinedPacket;
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class LegacyPing extends DefinedPacket
|
||||
{
|
||||
|
||||
private final boolean v1_5;
|
||||
|
||||
@Override
|
||||
|
@@ -16,6 +16,7 @@ import net.md_5.bungee.protocol.ProtocolConstants;
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class PlayerListHeaderFooter extends DefinedPacket
|
||||
{
|
||||
|
||||
private String header;
|
||||
private String footer;
|
||||
|
||||
|
@@ -14,6 +14,7 @@ import net.md_5.bungee.protocol.ProtocolConstants;
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class Title extends DefinedPacket
|
||||
{
|
||||
|
||||
private Action action;
|
||||
|
||||
// TITLE & SUBTITLE
|
||||
@@ -68,6 +69,7 @@ public class Title extends DefinedPacket
|
||||
|
||||
public static enum Action
|
||||
{
|
||||
|
||||
TITLE,
|
||||
SUBTITLE,
|
||||
TIMES,
|
||||
|
Reference in New Issue
Block a user