最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - How to create server-side menus in Minecraft that render entities (like the horse menu) but with custom mobs (e.g., a rav

programmeradmin1浏览0评论

I’m developing a plugin for a bukkit server and need to create custom inventory GUIs that dynamically render entities (e.g., a ravager) inside the menu, similar to how the vanilla horse inventory renders a horse entity.

Key Requirements:

  • Server-side control: The GUI must be created and managed by the plugin (no client-side mods).
  • Entity rendering: Display a live entity (not just a static item/head) within the inventory, like the horse menu does.
  • All mobs: Support non-horse entities (e.g., ravagers, zombies, etc.).

Is there a way to create an inventory like this? and if how can I make an inventory like this?

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论