Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(11.500, 69.000, 20.500, 90, 0);
return new Pos(11.5, 69, 20.5, 90, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(-10.500, 120.000, 35.500, -115, 0);
return new Pos(-10.5, 120, 35.5, -115, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ public String texture(HypixelPlayer player) {
@Override
public Pos position(HypixelPlayer player) {
final Pos[] positions = new Pos[]{
new Pos(45.500, 150.000, 15.500, 90f, 0f),
new Pos(45.500, 121.000, 15.500, 90f, 0f),
new Pos(45.500, 101.000, 17.500, 90f, 0f),
new Pos(45.500, 66.000, 15.500, 90f, 0f),
new Pos(45.500, 38.000, 15.500, 90f, 0f),
new Pos(45.500, 13.0, 15.500, 90f, 0f),
new Pos(45.5, 150, 15.5, 90f, 0f),
new Pos(45.5, 121, 15.5, 90f, 0f),
new Pos(45.5, 101, 17.5, 90f, 0f),
new Pos(45.5, 66, 15.5, 90f, 0f),
new Pos(45.5, 38, 15.5, 90f, 0f),
new Pos(45.5, 13.0, 15.5, 90f, 0f),
};

final Pos playerPos = player.getPosition();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(25.000, 104.000, 16.500, -66, 0);
return new Pos(25, 104, 16.5, -66, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(31.500, 12.000, 14.500, -90, 0);
return new Pos(31.5, 12, 14.5, -90, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(19.000, 156.000, -36.000, -25, 0);
return new Pos(19, 156, -36, -25, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(13.500, 201.000, -148.500, 44, 0);
return new Pos(13.5, 201, -148.5, 44, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(-10.500, 201.000, -103.500, 45, 0);
return new Pos(-10.5, 201, -103.5, 45, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(-15.500, 201.000, -98.500, -135, 0);
return new Pos(-15.5, 201, -98.5, -135, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(108.500, 202.000, 253.000, -180, 0);
return new Pos(108.5, 202, 253, -180, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(93.000, 196.000, 176.000, 49, 0);
return new Pos(93, 196, 176, 49, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(122.000, 192.000, 148.000, -180, 0);
return new Pos(122, 192, 148, -180, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(125.000, 187.000, 106.000, -180, 0);
return new Pos(125, 187, 106, -180, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(132.000, 202.000, 252.000, -141, 0);
return new Pos(132, 202, 252, -141, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(196.000, 204.000, 181.000, 90, 0);
return new Pos(196, 204, 181, 90, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(137.000, 192.0, 148.000, -180, 0);
return new Pos(137, 192.0, 148, -180, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(134.000, 187.0, 106.000, -180, 0);
return new Pos(134, 187.0, 106, -180, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(88.000, 199.000, -108.000, 0, 0);
return new Pos(88, 199, -108, 0, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(-79.500, 200, -123.500, -59, 0);
return new Pos(-79.5, 200, -123.5, -59, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(181.500, 196.000, 135.500, 0, 0);
return new Pos(181.5, 196, 135.5, 0, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(-38.000, 200.000, -119.000, 280, -3);
return new Pos(-38, 200, -119, 280, -3);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public NPCRoyalGuardOne() {
super(
_ -> "seuXIllWZjXjqV2JnR3IcWgjYKWb1wm0gK69ENtKNZZCcP0QKbqjHme1u+K/aIs+JIH0nSkdkj+5PP6/kbsRm64V789hHeDSYJ2aE8lcqamptdez63Ap//Nvv8ykDRPHTddvOlJ/zpeEOj2x2E0u4LtsyLaRlY24Ku8kkiy7L+EKZQ4Pl0mB2o2AtzZNECF1BYhhSguEzFVhu2emweFCD5yYcTcpyecnvKfedXy4uxaeTAls46rqCfGHJSLll6PatUwJ7ZcBQyN95RCR8I0+kdkkkFZ3v2nYllTLd3oJPpRD6GBkOA32uVFYEYXp4HAjN2odDZfPmw663jdVJtLvYIEc9FckQfY6uXjSt3V7/yzOrxP8iV22IMhXY1gaTjQFnoBFa/yRcVrbcJ1GIT3tJMYrB3hS8BnmR7jPQ05crUQjZHCqVzZEa74bM44eus3Db8sL6OALpYznP+u9Ss855AkjpIlwQw533qxMRZEffvnQ1wT556TeczvZDEb9zTszYqzCKt4uLG97k9aTYKpeJHIBbzCo9+xvGD0zzzTXZ7xKe4ZfpzKnFFjUrJRdqjddGRi5iV3WdHFLQ4VVcZyCqIhVNjt5bkCbObuqIdmhmCZNDvf8xmis1p890mLoTeln+Mu6/2NwgVXwuTtKgHnCGff4X7vdzepdomo0pZrgObk=",
_ -> "ewogICJ0aW1lc3RhbXAiIDogMTYwNzQ2NDk5NDA2MSwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU3YTQ2YzI1ODI2OGY0MmM4NTlkZDVjODAwOGE5N2M3MmI4ZDM3MGU5ODFjZTJkY2MwYzNmZDQ1MTYzOGVkNyIKICAgIH0KICB9Cn0=",
_ -> new Pos(-45.500, 200.000, -124.500, 90, 0)
_ -> new Pos(-45.5, 200, -124.5, 90, 0)
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(53.063, 141.500, 19.500, 45, 0);
return new Pos(53.063, 141.5, 19.5, 45, 0);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public String texture(HypixelPlayer player) {

@Override
public Pos position(HypixelPlayer player) {
return new Pos(66.000, 71.000, -59.000, 25, 0);
return new Pos(66, 71, -59, 25, 0);
}

@Override
Expand Down
Loading