
dotifo7120
Members-
Content Count
11 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout dotifo7120
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I need it for networking. String name is longer than integer
-
Solved Registry.ENTITY_TYPE.getByValue(id);
-
Hi! How to get EntityType from integer id?
-
Thank you, works fine 🤗
-
Is it only server-side? I tried to use in client and the event wasn't firing. 🙁
-
Is there an event called when a player enters into the world (fully logged)?
-
Thank you a lot!
-
I'm sending packets to my mod using sendPluginMessage, but how I can check in the mod that a package was sent from the plugin and not by a player? getSender() in Supplier<NetworkEvent.Context> doesn't seem helpful