TheMode
|
677ec61f74
|
Merge pull request #338 from Moulberry/master
Changes to Hologram API
|
2021-07-04 08:12:07 +02:00 |
|
BuildTools
|
323fcbe114
|
Remove MarkerHologram class, add parameter to Hologram constructor
|
2021-07-04 14:04:55 +08:00 |
|
BuildTools
|
6a2846a9c6
|
Check whether entityMeta is an instanceof ArmorStandMeta, instead of checking entity type
|
2021-07-04 13:58:57 +08:00 |
|
jglrxavpok
|
18771386c0
|
Slightly less restrictive package protection in MinestomRootClassLoader.
Should fix issue with Configurate not loading.
|
2021-07-03 18:52:21 +02:00 |
|
TheMode
|
75ee08821f
|
Merge pull request #347 from GreenpixDev/master
Fix automatic component translation
|
2021-07-03 02:43:43 +02:00 |
|
TheMode
|
2e8b3477bf
|
Improve tick scheduling
|
2021-07-01 00:34:58 +02:00 |
|
TheMode
|
997e35459e
|
Do not use the thread as blocker
|
2021-06-30 23:34:21 +02:00 |
|
Greenpix
|
bc768c32af
|
Fix automatic component translation
Removed modifier "final" from the field "AUTOMATIC_COMPONENT_TRANSLATION" in MinestomAdventure.java
|
2021-06-30 19:34:51 +07:00 |
|
TheMode
|
156e89e490
|
Add Component title constructor for inventory types
|
2021-06-30 01:19:17 +02:00 |
|
TheMode
|
fbb8c1a819
|
Merge pull request #344 from Kebab11noel/fix/gravity
Fix gravity
|
2021-06-29 00:08:40 +02:00 |
|
TheMode
|
c4c8536e9e
|
Merge pull request #341 from Minestom/mutable-item-builder
Reusable item builders
|
2021-06-28 23:37:21 +02:00 |
|
TheMode
|
5dfecce5d5
|
Cleanup
|
2021-06-28 23:31:01 +02:00 |
|
TheMode
|
790e99bce3
|
Simplify synchronization
|
2021-06-28 23:27:12 +02:00 |
|
Németh Noel
|
f6425d9fb2
|
Reduce the visibility of Entity#initializeDefaultGravity
|
2021-06-28 21:58:59 +02:00 |
|
Németh Noel
|
796d296f0d
|
Removed terminal velocity
|
2021-06-28 19:24:53 +02:00 |
|
Németh Noel
|
13779aabde
|
Fix knockback
|
2021-06-28 19:23:36 +02:00 |
|
Németh Noel
|
1ea526aa89
|
Fix gravity acceleration
|
2021-06-27 23:29:28 +02:00 |
|
Németh Noel
|
1afd4b4328
|
Use knockback method
|
2021-06-27 23:09:23 +02:00 |
|
Németh Noel
|
6c60c4d0fc
|
Implement knockback
|
2021-06-27 23:05:54 +02:00 |
|
Németh Noel
|
17aa606037
|
Added javadoc to gravity related fields
|
2021-06-27 22:48:58 +02:00 |
|
Németh Noel
|
811531da70
|
Remove unit conversion
|
2021-06-27 22:45:05 +02:00 |
|
Németh Noel
|
adf0e06888
|
Changed gravity calculation
|
2021-06-27 22:44:04 +02:00 |
|
Németh Noel
|
e66fc2d200
|
Removed usages of Entity#setGravity
|
2021-06-27 22:32:56 +02:00 |
|
Németh Noel
|
b900d0e73d
|
Introduced Entity#initializeDefaultGravity method
|
2021-06-27 22:29:25 +02:00 |
|
TheMode
|
018a9263ee
|
Remove all direct volatile reads
|
2021-06-27 17:41:07 +02:00 |
|
TheMode
|
e772aace71
|
Initial reusable meta builder
|
2021-06-27 17:36:37 +02:00 |
|
TheMode
|
edaec0cb6d
|
Fix double click inside player inventory
|
2021-06-27 05:44:24 +02:00 |
|
TheMode
|
fbf8ddefce
|
Add Tag#SNBT write support
|
2021-06-26 19:52:35 +02:00 |
|
TheMode
|
5ddfff22f2
|
Add Tag#NBT write support
|
2021-06-26 19:44:35 +02:00 |
|
BuildTools
|
efbb2b6338
|
Marker Armor Stands no longer prevent block placement
|
2021-06-26 19:47:29 +08:00 |
|
BuildTools
|
eb4d29628e
|
Create MarkerHologram.java, modify Hologram.java to support subclasses overriding metadata easily
|
2021-06-26 19:39:53 +08:00 |
|
TheMode
|
bf44625730
|
Add experimental tags
|
2021-06-26 05:08:33 +02:00 |
|
TheMode
|
60042effba
|
Merge remote-tracking branch 'origin/master'
|
2021-06-26 00:31:13 +02:00 |
|
TheMode
|
76bec54254
|
Add more TagHandler implementations
|
2021-06-26 00:31:04 +02:00 |
|
TheMode
|
ae5fdaa17f
|
Merge pull request #337 from Moulberry/master
Add sendGroupedPacket convenience method to PacketGroupingAudience
|
2021-06-25 19:14:11 +02:00 |
|
BuildTools
|
e69c02f46d
|
Change other usages of PacketUtils#sendGroupedPacket to use new convenience method
|
2021-06-25 20:41:54 +08:00 |
|
BuildTools
|
07a2b37f35
|
Add Javadoc
|
2021-06-25 20:34:19 +08:00 |
|
BuildTools
|
d84964d55b
|
Add sendGroupedPacket convenience method to PacketGroupingAudience
|
2021-06-25 20:32:13 +08:00 |
|
TheMode
|
6526a2658a
|
Replace netty to jdk thread local random
|
2021-06-25 06:45:02 +02:00 |
|
TheMode
|
804f11c87b
|
Potentially fix explosion packet
|
2021-06-23 02:20:51 +02:00 |
|
TheMode
|
0f02be4b2b
|
Add tag api to CommandSender
|
2021-06-22 13:30:47 +02:00 |
|
TheMode
|
43c2b48b68
|
Add backward compatible method
|
2021-06-22 03:05:22 +02:00 |
|
TheMode
|
b5c7106f9b
|
Use the tag api inside Entity, deprecate DataContainer
|
2021-06-22 02:56:00 +02:00 |
|
TheMode
|
a9086e83f2
|
Improve tag API
|
2021-06-22 02:51:04 +02:00 |
|
TheMode
|
1f2dc0cd9f
|
Add some inline packet initialization
|
2021-06-21 15:01:50 +02:00 |
|
TheMode
|
e635e29a16
|
Replace guava cache to caffeine
|
2021-06-20 22:32:06 +02:00 |
|
TheMode
|
c90bae063a
|
Update netty
|
2021-06-20 22:19:03 +02:00 |
|
TheMode
|
14afa0fbf4
|
Less google
|
2021-06-20 22:06:19 +02:00 |
|
TheMode
|
0be2addbd8
|
Remove most unnecessary uses of google common
|
2021-06-20 22:03:14 +02:00 |
|
TheMode
|
4db3b9317d
|
Replace google Beta annotation to jetbrains ApiStatus.Experimental
|
2021-06-20 21:48:07 +02:00 |
|