KrystilizeNevaDies
b50530b4e7
Fix rgb byte overflow
...
Fix rgb byte overflow:
Changed from concatenation and logic to bitwise ops
2020-11-06 00:36:45 +10:00
themode
a8cdefc09e
Added more usage info in README.md
2020-11-05 13:58:27 +01:00
themode
6ed1a7d462
Added more usage info in README.md
2020-11-05 13:57:54 +01:00
Geolykt
3be5605126
Added distanceSquared where applicable
...
Warning: Also breaks current API-Implementation (API-specification remains the same) in a way that BlockPosition#getDistance(BlockPosition) no longer returns the manhattan distance, but the distance according to pythagoras.
2020-11-04 20:31:29 +01:00
themode
2c0f0a8f9e
Remove warning about MinecraftServer#setEntityViewDistance
2020-11-04 19:20:45 +01:00
themode
7b6f4b365b
Do not add the entity as viewer multiple time
2020-11-04 19:16:47 +01:00
themode
f85b2c4aad
Allow dynamic entity view distance change
2020-11-04 19:14:04 +01:00
themode
ae1d089603
Rounded extensions loading time for readability purpose
2020-11-04 18:27:18 +01:00
themode
8612245ff9
Added precison to the InventoryModifier comments
2020-11-04 18:22:42 +01:00
themode
c03a2992ef
Stop the whole click process if the event is canceled
2020-11-04 15:41:56 +01:00
themode
097dcf0f6c
Log the proper warning message instead of a NPE
2020-11-04 14:18:02 +01:00
themode
b296b103c1
CommandCondition command string can be null if a new command packet is built
2020-11-04 05:19:30 +01:00
themode
9781e380b9
Command syntaxes can now contain a CommandCondition
2020-11-04 04:45:46 +01:00
themode
b84bcde84d
Fixed Argument#useRemaining creating an empty array
2020-11-03 23:31:26 +01:00
jglrxavpok
925f5fa614
Reloading extensions
2020-11-03 21:26:46 +01:00
themode
b575d6df57
Changed the wiki link in README.md
2020-11-03 18:22:36 +01:00
jglrxavpok
25cde2cde7
Mixin modifications between extensions is now possible
2020-11-03 10:26:31 +01:00
jglrxavpok
d09c2756aa
Fix ChunkDataPacket using doubles for block entity data instead of ints
2020-11-03 09:03:54 +01:00
jglrxavpok
547e7cf6e6
Cleanup TODOs
2020-11-03 08:59:23 +01:00
themode
96dcd0e27f
Incredibly hard update to 1.16.4
2020-11-03 02:16:32 +01:00
themode
1c6070a1b2
Added an unknown command callback
2020-11-02 04:13:43 +01:00
themode
2e0c5a72b7
Added optional additional data in Permission#isValidFor
2020-11-02 02:53:12 +01:00
themode
e65ab88a3b
WIP palette
2020-11-01 22:53:36 +01:00
themode
463e1f047f
Cleanup + added PlayerSettingsChangeEvent
2020-11-01 00:07:15 +01:00
themode
30b9ae2ac8
Added FakePlayer comments
2020-10-31 20:12:20 +01:00
themode
487e7a097c
Renamed scheduledCallback to spawnCallback
2020-10-31 20:01:02 +01:00
themode
fbff3a6b0b
Fixed the FakePlayer scheduled callback being called in an external thread
2020-10-31 19:59:02 +01:00
themode
9a7a1e6ff4
The scheduled callback for FakePlayer is not mandatory, send
2020-10-31 19:54:10 +01:00
themode
b74d85eca8
The chunk view distance can now be dynamically modified both by the client or with the server using MinecraftServer#setChunkViewDistance, also added UpdateViewDistancePacket
2020-10-31 19:44:22 +01:00
themode
6e36f3242d
Added InstanceContainer#copy and Chunk#copy
2020-10-31 19:22:23 +01:00
themode
0184ada9a0
Renamed #clone to #copy
2020-10-31 18:03:15 +01:00
themode
af3d742b13
Comments for UuidProvider and PlayerProvider
2020-10-31 13:30:11 +01:00
themode
c4f36a9cea
Cleanup + comments
2020-10-31 05:09:30 +01:00
themode
2e4a2f57cf
Cleanup and catch some NPE
2020-10-31 04:38:53 +01:00
themode
00ce2be258
Fixed shared instances tick being called 2 times
2020-10-31 02:55:55 +01:00
themode
4375a8734d
Add comment to signal how to make a "null" ItemStack
2020-10-31 01:41:46 +01:00
themode
f328a9cb2b
Added a few constructors to specify the instance directly
2020-10-31 01:38:57 +01:00
themode
f91f7abb26
Unsafe methods should be called unsafe.
2020-10-31 01:02:54 +01:00
themode
a6939b3695
Only send chunks if required
2020-10-31 00:23:52 +01:00
themode
f334df0028
Chunk#UNSAFE_setBlock can have a custom block id sets to 0
2020-10-30 22:49:57 +01:00
themode
6d29f955e4
More comments for the command API, Arguments methods are NotNull since id should not be decided at runtime
2020-10-30 18:43:14 +01:00
TheMode
3b2f17c826
Merge pull request #63 from hpfxd/armorstand-fix
...
Fix Armor Stand Metadata
2020-10-30 14:35:02 +01:00
Nathan M
10eba951fd
Fix Armor Stand Metadata
2020-10-30 03:30:33 -04:00
themode
872dccd7ce
Small cleanup
2020-10-29 22:52:07 +01:00
themode
c887392a91
CommandDispatcher comments for maintenance purpose and fixed all code warnings
2020-10-29 19:51:10 +01:00
themode
384df073a8
Fixed synchronization issue when adding/removing scheduled tasks
2020-10-29 19:20:25 +01:00
themode
c8d1a30486
Improved Argument comments
2020-10-29 17:27:40 +01:00
TheMode
7352ab8cda
Merge pull request #62 from LeoDog896/master
...
Expose ArgumentWord "restrictions" arg as protected
2020-10-28 16:24:36 +01:00
jglrxavpok
47eb0084eb
Start of tree-based classloading
2020-10-28 16:24:29 +01:00
LeoDog896
75f8396d32
Expose ArgumentWord restrictions as protected
2020-10-28 11:09:40 -04:00