themode
5f75ea7d3a
Remove unnecessary casts
2021-01-25 19:33:53 +01:00
themode
3067f1daaa
Merge with master
2021-01-25 19:27:04 +01:00
themode
9ee25ee8ce
Merge branch 'master' into double-position
2021-01-25 19:24:19 +01:00
themode
f4a3a9e733
Change Sidebar's queue into a Set, added Sidebar#getLines
2021-01-25 17:48:08 +01:00
themode
fa02a12c1e
More math
2021-01-25 14:09:36 +01:00
themode
f48c291929
More math methods in Vector
2021-01-25 13:56:17 +01:00
themode
c01736f863
Use doubles instead of floats to represent Position and Vector
2021-01-25 13:47:13 +01:00
themode
886c4ca9c9
Improve InstanceManager#getInstance comment
2021-01-25 10:21:10 +01:00
KrystilizeNevaDies
d733dbbc3f
Upate getInstance(UUID) to return nullable instance
2021-01-25 17:25:51 +10:00
iamceph
6807217608
Add ability to get Instance by UUID ( #114 )
2021-01-25 09:52:08 +10:00
themode
b37670e1c7
Override PlayerSkin#toString
2021-01-24 16:32:42 +01:00
themode
3e990bb716
Ignore INTERACT_AT packet, remove buggy console prefix
2021-01-24 15:44:18 +01:00
themode
a0f5317292
Remove unnecessary unmodifiable collection
2021-01-23 22:06:41 +01:00
Tyan
7d7c65aa70
Set the last location at the end of refreshPosition
2021-01-23 15:51:07 +01:00
themode
bf692d8043
Clone the teleport position to prevent object sharing
2021-01-23 08:42:49 +01:00
themode
36933fe4b3
Ensure synchronization of the location field
2021-01-23 08:23:24 +01:00
themode
7de0067a13
Small utility methods for EntityRotationPacket
2021-01-22 21:28:33 +01:00
TheMode
5eb5f32095
Merge pull request #110 from MrBretze/patch-1
...
Added withProperties in BlockAlternative.java
2021-01-21 17:22:59 +01:00
MrBretzel
840eb1a27e
Update BlockAlternative.java
2021-01-21 17:21:36 +01:00
themode
4bb27c305f
Cleanup & remove unnecessary calls in PlayerDiggingListener
2021-01-21 16:53:20 +01:00
themode
7a4f3672de
Send creeper metadata on spawn
2021-01-21 12:33:04 +01:00
themode
b5a01d6571
Add indicator in the console to display command support
2021-01-21 11:37:54 +01:00
TheMode
1cd3228c06
Merge pull request #109 from DerTyan/exception-handling
...
Added ExceptionManager for custom exception handling
2021-01-21 06:06:27 +01:00
MrBretzel
18ce3625c7
Added withProperties in BlockAlternative.java
...
Example:
blockAlternative.withProperties("facing");
Return the facing of the block a empty string
2021-01-20 20:22:54 +01:00
Tyan
855c8af455
Added ExceptionManager for custom exception handling
2021-01-20 11:43:45 +01:00
themode
d83abcef85
Fix inventory click on size non-divisible by 9
2021-01-20 08:18:00 +01:00
themode
023431e32a
Use ordinal as the id in InventoryType
2021-01-20 05:35:41 +01:00
KrystilizeNevaDies
feb1d8f0e9
missing comma
2021-01-20 13:31:45 +10:00
KrystilizeNevaDies
b08a75fc03
Add SMITHING to InventoryType
2021-01-20 13:31:01 +10:00
themode
240a745830
Prevent runtime exception when passing an array with null values in ArgumentWord
2021-01-19 06:27:58 +01:00
themode
7d72d48a5a
Fix keep alive packet
2021-01-18 21:47:00 +01:00
LeoDog896
fa7fe1398f
Change remove to poll
2021-01-18 10:45:22 -05:00
LeoDog896
78abfb9657
Make init function UNSAFE
2021-01-18 10:44:12 -05:00
LeoDog896
4aed6ffa5c
Revert ConcurrentStack
2021-01-18 10:42:01 -05:00
LeoDog896
83111cb8bb
Add javadocs to ConcurrentStack
2021-01-18 10:35:43 -05:00
LeoDog896
ac68c094ce
Better keepalive and connection handling
2021-01-17 19:26:20 -05:00
TheMode
1eea505da0
Update version name
2021-01-17 08:29:23 +01:00
TheMode
b00824d053
Merge pull request #104 from LeoDog896/master
...
Microoptimization cleanup
2021-01-17 07:20:51 +01:00
LeoDog896
5419530125
Enchanted book and Colored StringBuilder
2021-01-15 22:03:44 -05:00
Alexander
8f130b5dd9
Fix missing field bug
2021-01-15 21:25:16 +00:00
LeoDog896
fec05d6838
More fastutil usages
2021-01-15 16:04:57 -05:00
LeoDog896
3b3a86a402
Prefer nullable over optional
2021-01-15 13:39:12 -05:00
LeoDog896
3514547610
Fix isEmpty check in ColoredText
2021-01-15 13:26:12 -05:00
LeoDog896
8633797420
Use a StringBuilder for ColoredText
2021-01-15 13:16:09 -05:00
LeoDog896
0c1b93a82b
Return non-fastutil type
2021-01-15 13:08:55 -05:00
LeoDog896
12adb9a965
*Actually important Microoptimization*
...
Anything that handles every single connected player should be optimized
2021-01-15 13:05:21 -05:00
LeoDog896
3536bdc856
Microoptimization cleanup
...
Just some small microoptimizations including preferring fastutils, Removing unnecessary checks already dealt with using @NotNull, all since I had extra unplanned free time.
2021-01-15 11:08:11 -05:00
themode
238ea649ab
Cleanup Team class
2021-01-14 04:33:23 +01:00
TheMode
e6706ec327
Merge pull request #102 from LeoDog896/master
...
Add EatBlockGoal instance check & MeleeAttackGoal range.
2021-01-13 20:01:02 +01:00
LeoDog896
97b7e122e9
Add instance check to NavigableEntity
2021-01-13 07:54:06 -05:00