====== Bee Hive Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/CustomMob.java|CustomMob.java]] - Base class for JSON-defined mobs ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/BeeHive.json|BeeHive.json]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/BeeHive.json|BeeHive.json]] ===== String Resources ===== BeeHive_Name BeeHive_Name_Objective BeeHive_Desc BeeHive_Gender ===== Lua Scripts ===== This entity is implemented in Java with JSON configuration, no Lua script exists ===== Related mr Entities ===== * [[mr:bee_mob|Bee (Mob)]]