TheMode
64479b1409
Merge pull request #227 from Project-Cepi/update-option-equals
...
Equals & hashcode overrides for UpdateOption
2021-04-07 03:41:13 +02:00
LeoDog896
97cad24b14
Merge remote-tracking branch 'upstream/master' into update-option-equals
2021-04-06 21:39:17 -04:00
TheMode
2606f2b291
Added PlayerChatEvent#getDefaultChatFormat
2021-04-07 02:47:19 +02:00
TheMode
093cce7242
Dependency update
2021-04-06 23:59:48 +02:00
LeoDog896
9d1d60cdcd
Equals & hashcode overrides
2021-04-06 15:25:18 -04:00
TheMode
0bb8144d33
Improve BinaryReader & BinaryWriter
2021-04-06 18:31:30 +02:00
TheMode
017bbf8a60
Remove 0 size check
2021-04-06 06:43:16 +02:00
TheMode
720c986cea
Fix reading of non-ASCII characters being higher than the protocol limit
2021-04-06 06:39:57 +02:00
Felix Cravic
e3867c659b
Merge branch 'master' into item-api
...
# Conflicts:
# src/main/java/net/minestom/server/item/ItemStack.java
2021-04-06 05:10:58 +02:00
themode
008b7fb223
Fix FishingHookMeta NPE
2021-04-05 20:55:51 +02:00
KrystilizeNevaDies
7a6fb4d601
Format FishingHookMeta + make owner not null
2021-04-06 04:43:19 +10:00
KrystilizeNevaDies
b1cfa3d9b2
make FishingHookMeta implement ObjectDataProvider
2021-04-06 04:39:47 +10:00
thiccaxe
159ff3f646
Remove reprecated code
...
Removed deprecated code,
Added missing code,
Optimized imports.
2021-04-05 09:57:18 -07:00
themode
88765dd703
Fix test
2021-04-05 18:26:57 +02:00
themode
49397957a2
Style cleanup, add more information when the server is not run using bootstrap
2021-04-05 18:24:38 +02:00
themode
63159cc49a
Fix client 0x1E & 0x1F packets
2021-04-05 18:22:08 +02:00
thiccaxe
56f8728890
Fix Deprecation of ResponseDataConsumer
2021-04-04 19:53:01 -07:00
thiccaxe
02538f0d31
Update Demo
...
reflect changes new deprecations in demo.
2021-04-04 18:58:05 -07:00
thiccaxe
02982c0ee2
Shortcut methods in StatusRequestEvent
2021-04-04 18:52:55 -07:00
thiccaxe
2dec361836
Deprecate ResponseDataConsumer
...
Not sure if this is how to correctly deprecate, please lmk!
2021-04-04 18:50:41 -07:00
thiccaxe
7c0fcadd4f
Add HandshakeEvent
2021-04-04 16:26:58 -07:00
thiccaxe
4f8e94dcf2
Note about favicon format
2021-04-04 15:57:42 -07:00
thiccaxe
cf4a8756ef
StatusRequestEvent
...
Added basic event
notes:
- minestom will only accept the 1.16.5 protocol version, as of now there is no way to get the protocol version from the event. Assume 1.16.5
- there is also no way to currently get the address the client used to ping the server, as that is sent in another packet and minestom does not currently pass that data through.
- favicon appears to not be working
2021-04-04 15:43:19 -07:00
themode
15c0e64703
Fix AbstractInventory#addItemStack comment
2021-04-04 22:53:08 +02:00
themode
81f2127a9d
Annotation style
2021-04-04 21:48:11 +02:00
themode
5a5531723c
Fix original nbt overwriting modified meta
2021-04-04 21:34:48 +02:00
themode
d34d3a2b50
Add comment about ItemMetaBuilder#clone
2021-04-04 20:50:06 +02:00
themode
d1d973018e
Lore is non-null
2021-04-04 20:49:21 +02:00
TheMode
2b72f91909
Merge pull request #214 from MrBretze/master
...
Added isRegistered(DimensionType) and getDimension(NamespaceID) to DimensionTypeManager
2021-04-04 18:29:40 +02:00
TheMode
9055ca2380
Merge pull request #219 from RinesThaix/moreStackingRules
...
AbstractInventory: more StackingRule#apply usages instead of ItemStack#withAmount
2021-04-04 18:19:17 +02:00
Konstantin Shandurenko
88c2e82604
AbstractInventory: more StackingRule#apply usages instead of ItemStack#withAmount
2021-04-04 19:15:34 +03:00
themode
005d70e3a6
Annotation + ItemStoreBuilder should be more like a builder
2021-04-04 17:54:05 +02:00
Kieran Wallbanks
4ee9d8ee91
Fix Javadoc build error
2021-04-04 14:51:04 +01:00
themode
68de2b1980
Cleanup
2021-04-04 15:44:09 +02:00
themode
ea58d0f693
Fix StackingRule not being used inside to retrieve item count
2021-04-04 15:41:05 +02:00
Kieran Wallbanks
9182ab7e84
Improve deprecation messages, allow ChatColor to be used in Adventure component styling
2021-04-04 14:40:29 +01:00
themode
d6b6d41f41
Fix Inventory not using a Component as title
2021-04-04 15:33:53 +02:00
Kieran Wallbanks
785a0bb66c
Remove unnecessary cast attempts and instanceof checks
2021-04-04 14:10:06 +01:00
Kieran Wallbanks
7b4a072a78
Fix broken sendLegacyMessage functions
2021-04-04 14:06:23 +01:00
Kieran Wallbanks
59e67c0d82
Undeprecate CommandSender#sendMessage(String), see #212
2021-04-04 14:05:02 +01:00
themode
992f7feb77
Added ItemMetaBuilder#hideFlag with varargs
2021-04-04 14:19:51 +02:00
TheMode
6218d2a78e
All inventories should implement InventoryClickHandler
...
Signed-off-by: TheMode <themode@outlook.fr>
2021-04-04 03:37:57 +02:00
TheMode
51d290cae9
Share more data between PlayerInventory & Inventory
...
Signed-off-by: TheMode <themode@outlook.fr>
2021-04-04 03:36:31 +02:00
TheMode
1c9528908c
Merge pull request #217 from RinesThaix/inventoryImprovementsWithNewItemAPI
...
InventoryModifier to AbstractInventory and additional methods for inventories
2021-04-04 03:09:27 +02:00
Konstantin Shandurenko
fdfd20e255
InventoryModifier to AbstractInventory and additional methods for inventories
2021-04-04 03:56:44 +03:00
TheMode
7aa9136449
Merge pull request #216 from RinesThaix/attackingGoalsPathUpdateCooldown
...
Path update cooldown for attacking entity goals
2021-04-04 02:15:54 +02:00
Konstantin Shandurenko
e295ffea51
Switched to Cooldown object in attacking goals
2021-04-04 03:13:56 +03:00
Konstantin Shandurenko
3f184aad41
Path update cooldown for attacking entity goals
2021-04-04 02:56:02 +03:00
themode
ca41365453
Added some useful store methods
2021-04-03 19:35:03 +02:00
themode
dfa7d712c2
Initial ItemStore support
2021-04-03 19:08:07 +02:00