96 Commits

Author SHA1 Message Date
bixilon
686ee386bd
multiple PacketHandler now possible (PacketHandler is now an useless class, use ConnectionHandler instead) 2020-06-14 21:55:59 +02:00
bixilon
699b12e036
PacketChunkData support, outsource chunk parsing into ChunkUtil.java 2020-06-14 21:04:54 +02:00
bixilon
d1b0eb3b2c
thunderbolt support (weather) 2020-06-14 15:40:27 +02:00
bixilon
d0ca08738b
minimal less memory usage in chunk storing (don't store air) 2020-06-13 22:09:43 +02:00
bixilon
07be1645cf
Now: full entity support, here: add experience orb support 2020-06-13 00:51:02 +02:00
bixilon
81e550d71e
EntityObjects wip (3) 2020-06-13 00:34:56 +02:00
bixilon
f6508ff891
EntityObjects wip (2) 2020-06-12 23:51:22 +02:00
bixilon
ff687914ad
EntityObjects wip (1) 2020-06-12 20:41:18 +02:00
bixilon
1e40bf73e9
skip mojang login if offline (or better Config.skipAuthentication is set) 2020-06-12 13:20:35 +02:00
bixilon
d40379f975
move all mob classes into sub package 2020-06-11 14:31:05 +02:00
bixilon
fa3f6ca61a
add all mobs, fix in meta data 2020-06-11 02:43:19 +02:00
bixilon
8a01fc2b5a
Creeper support, cleanup entity classes to make less duplicated 2020-06-11 01:10:06 +02:00
bixilon
edf1095fdd
add all entity metadata (entities wip 9) 2020-06-10 22:08:16 +02:00
bixilon
93ae83910b
differ between chat color and entity 2020-06-10 17:17:09 +02:00
bixilon
91f325b37a
outsource color into own enum class 2020-06-10 17:02:40 +02:00
bixilon
7e6b170e1c
Add all particles 2020-06-10 15:17:52 +02:00
bixilon
147db4b55c
fix no accounts error 2020-06-09 21:43:04 +02:00
bixilon
111253e65f
fix windows app data path generation 2020-06-09 21:39:33 +02:00
bixilon
b8a0e74434
proper mojang api 2020-06-09 21:18:01 +02:00
bixilon
55231a5a65
fix color codes 2020-06-09 20:51:25 +02:00
bixilon
5f2c48528c
function to return all chunks in world 2020-06-09 17:55:40 +02:00
bixilon
fdb13fd462
LogLevel Mojang, sort priorities from log levels 2020-06-09 17:33:58 +02:00
bixilon
c1070bd6ae
use interrupts in threads(use even less cpu in idle) 2020-06-09 16:26:09 +02:00
bixilon
09d0a34737
PacketOpenSignEditor 2020-06-09 16:02:50 +02:00
bixilon
7469e56648
wip spawning, PacketRespawn 2020-06-09 00:44:02 +02:00
bixilon
b398fecf45
rename logo (file) 2020-06-09 00:24:58 +02:00
bixilon
56a8d5c3f1
update todo, add all items 2020-06-09 00:23:34 +02:00
bixilon
ffbff15ca8
store dimension in world 2020-06-08 23:04:00 +02:00
bixilon
dcc5857c70
TextComponent: Support for colored and other messages (still hover events, ... ToDo) 2020-06-08 22:48:18 +02:00
bixilon
33d227390c
add proper hash method to positions, support for block change, world bug fixes 2020-06-08 20:19:16 +02:00
bixilon
5a108fb718
change project sdk to level 14 2020-06-08 18:11:51 +02:00
bixilon
2b8ae91a22
packet: send chat message 2020-06-08 17:38:27 +02:00
bixilon
338eb8ff4a
player inventory support 2020-06-08 17:20:43 +02:00
bixilon
9e23b13a31
check if slot has custom name and nbt data 2020-06-08 14:15:29 +02:00
bixilon
44bcaf43ee
suppress false warning: Packet PLAY_ENTITY_METADATA did not used all bytes sent 2020-06-08 14:11:17 +02:00
bixilon
5be76225fa
fix slot reading, fix bug in own nbt reader 2020-06-08 14:03:52 +02:00
bixilon
e917ffe142
own nbt library 2020-06-08 02:22:16 +02:00
bixilon
8bf891a6d8
entities wip (8): equipment (not working because of missing nbt support); Inventory wip(1) 2020-06-07 23:48:48 +02:00
bixilon
d534020344
entities wip (7): Entity Meta data; slot implementation; particle wip (1) 2020-06-07 22:02:59 +02:00
bixilon
2f42a11267
enable OtherPlayer velocity 2020-06-07 15:01:31 +02:00
bixilon
7571a50c6a
fix wrong command on some outgoing packets 2020-06-07 01:55:48 +02:00
bixilon
14105521d0
add function to make location and velocity to String (and use it) 2020-06-07 01:02:55 +02:00
bixilon
91e4f28a5f
entities wip (6): head rotation 2020-06-07 00:59:57 +02:00
bixilon
74d34a8078
entities wip (5) 2020-06-07 00:52:57 +02:00
bixilon
652fdbfc43
fix correct handling of exceptions in handling thread 2020-06-07 00:42:25 +02:00
bixilon
db183bc7c0
handle player width and height other when sneaking, ... 2020-06-07 00:39:00 +02:00
bixilon
cc8cd101f0
handle exceptions in handling thread 2020-06-07 00:31:02 +02:00
bixilon
3ca32b7e07
entity wip (4) 2020-06-07 00:30:33 +02:00
bixilon
f4f244db3b
fix comment in Chunk.java 2020-06-06 22:43:06 +02:00
bixilon
21d2c7c69d
wip (3) entities 2020-06-06 22:41:44 +02:00