themode
|
4cf66fde08
|
Remove issue templates
|
2021-04-03 00:28:13 +02:00 |
|
themode
|
785e002a50
|
Improve documentation
|
2021-04-03 00:21:23 +02:00 |
|
themode
|
0382b1adfe
|
ItemMetaBuilder annotations
|
2021-04-03 00:09:13 +02:00 |
|
themode
|
9abbef35ae
|
Reduce code duplication
|
2021-04-03 00:03:36 +02:00 |
|
themode
|
d3fb364a7a
|
Better use of ItemStack#of
|
2021-04-02 23:41:06 +02:00 |
|
themode
|
255ccf8ad5
|
Remove unused class
|
2021-04-02 23:34:40 +02:00 |
|
themode
|
56bba41f68
|
Cleanup
|
2021-04-02 22:50:20 +02:00 |
|
themode
|
4a075da3e0
|
Ensure that the meta is new when instantiating from NBT
|
2021-04-02 22:40:24 +02:00 |
|
themode
|
8d8a22f209
|
Use original NBT when possible
|
2021-04-02 22:14:48 +02:00 |
|
themode
|
2b0c525ca2
|
Implement ItemStack#equals & use a soft reference to store meta cached NBT
|
2021-04-02 19:10:46 +02:00 |
|
themode
|
7dcc52de57
|
Support item stacking, cleanup
|
2021-04-02 18:25:20 +02:00 |
|
themode
|
22be400fb3
|
Fix replace typo
|
2021-04-02 18:14:03 +02:00 |
|
themode
|
a128d30b6b
|
WIP Item rework implementation
|
2021-04-02 18:13:02 +02:00 |
|
TheMode
|
773b90e16a
|
Merge pull request #210 from alexwith/master
StairsPlacementRule (not perfect yet)
|
2021-04-02 15:51:15 +02:00 |
|
themode
|
a70870d261
|
Added ItemMetaBuilder.Provider
|
2021-04-02 15:42:58 +02:00 |
|
themode
|
cf0450f21f
|
Only make immutable lists when built
|
2021-04-02 14:02:24 +02:00 |
|
Alex
|
63031f0493
|
Annotate appropriately & refactor
|
2021-04-02 09:00:19 +02:00 |
|
themode
|
042c7c864b
|
Added covariant return type + enchantment
|
2021-04-01 22:52:28 +02:00 |
|
themode
|
3ba74639bf
|
Added Item#getUuid
|
2021-04-01 22:28:32 +02:00 |
|
Alex
|
ad229eb637
|
SairsPlacementRule (not perfect yet)
|
2021-04-01 22:19:29 +02:00 |
|
themode
|
debf21927b
|
Change Item#builder visibility
|
2021-04-01 20:26:19 +02:00 |
|
themode
|
066b041bba
|
Allow to directly pass an ItemMeta
|
2021-04-01 20:06:10 +02:00 |
|
themode
|
cbfeb4e15b
|
WIP meta support
|
2021-04-01 20:02:03 +02:00 |
|
themode
|
0ab66113c8
|
WIP item meta API
|
2021-04-01 19:08:21 +02:00 |
|
TheMode
|
a3b6b09015
|
Merge pull request #209 from Minestom/remove_copy_methods
Remove deprecated copy methods
|
2021-04-01 17:35:51 +02:00 |
|
Matt Worzala
|
481494d572
|
Remove deprecated copy methods
|
2021-04-01 11:32:09 -04:00 |
|
themode
|
70191e23e9
|
Even more annotations
|
2021-04-01 00:32:21 +02:00 |
|
themode
|
5807da47a6
|
Update annotations + add example
|
2021-04-01 00:20:59 +02:00 |
|
themode
|
e66fdee4b1
|
More methods & annotation
|
2021-04-01 00:09:02 +02:00 |
|
TheMode
|
9a8b6e2a11
|
Merge pull request #207 from kezz/fix-server-ping
Adventureise ResponseData and cleanup code
|
2021-03-31 22:27:37 +02:00 |
|
Kieran Wallbanks
|
825bd57a8e
|
Adventureise ResponseData and cleanup code
|
2021-03-31 21:22:24 +01:00 |
|
themode
|
d332855bc4
|
Renamed CooldownUtils to Cooldown
|
2021-03-31 19:17:37 +02:00 |
|
TheMode
|
79da0de502
|
Merge pull request #201 from kezz/enhance-actions
Add external javadoc links
|
2021-03-31 17:09:08 +02:00 |
|
themode
|
cba09e6a26
|
Reuse lore code
|
2021-03-31 16:58:07 +02:00 |
|
themode
|
308dbe0fdb
|
Initial item api rework
|
2021-03-31 16:50:08 +02:00 |
|
TheMode
|
a1548fd35d
|
Remove packet caching to CacheablePacket#getCache
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-03-30 22:42:11 +02:00 |
|
TheMode
|
b386472eb3
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/main/java/net/minestom/server/network/player/NettyPlayerConnection.java
|
2021-03-30 22:40:48 +02:00 |
|
TheMode
|
f3eb3f6e34
|
Remove packet caching to CacheablePacket#getCache
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-03-30 22:38:45 +02:00 |
|
jglrxavpok
|
13eb2ebc4c
|
Merge remote-tracking branch 'origin/read-write-packets'
|
2021-03-30 22:14:09 +02:00 |
|
jglrxavpok
|
1ffd327214
|
Read/Write methods inside BinaryReader/BinaryWriter for Writeable and Readable interfaces
|
2021-03-30 22:11:30 +02:00 |
|
themode
|
45d3b7158c
|
Use a Supplier in Argument#setDefaultValue, fix all-optional syntaxes missing arguments
|
2021-03-30 20:29:50 +02:00 |
|
jglrxavpok
|
255617b3ba
|
Store heightmap+block entities read inside fields
|
2021-03-30 19:56:56 +02:00 |
|
themode
|
4af1e91653
|
Resize palette when required
|
2021-03-30 19:56:56 +02:00 |
|
themode
|
c984ca7a19
|
Cleanup & read section palettes
|
2021-03-30 19:54:49 +02:00 |
|
themode
|
3562c82e7f
|
Start chunk block reading (miss palette information)
|
2021-03-30 19:52:11 +02:00 |
|
jglrxavpok
|
098a58a500
|
Pushing what I have in case someone wants to finish it before I find the motivation to
|
2021-03-30 19:52:11 +02:00 |
|
jglrxavpok
|
930054385f
|
More packets, just missing ChunkDataPacket
|
2021-03-30 19:50:55 +02:00 |
|
jglrxavpok
|
07ab4ac090
|
Most client packets are writtable, same for server packets and readability
|
2021-03-30 19:46:20 +02:00 |
|
jglrxavpok
|
43957805fd
|
Handshake and login packets, even more readable server packets
|
2021-03-30 19:42:40 +02:00 |
|
jglrxavpok
|
f9dcbafddf
|
More readable server packets
|
2021-03-30 19:39:05 +02:00 |
|