====== Seed Pouch Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/SeedPouch.java|SeedPouch.java]] - Main item class, extends Bag * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/BagTab.java|BagTab.java]] - Used for bag UI * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/WndBag.java|WndBag.java]] - Used for bag window * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Seed.java|Seed.java]] - References SeedPouch class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Badges.java|Badges.java]] - Used in badges system * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/TownShopLevel.java|TownShopLevel.java]] - Shopkeeper has SeedPouch * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Registered in factory ===== JSON Configuration ===== * This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== seed pouch This small velvet pouch allows you to store any number of seeds in it. Very convenient. ===== Lua Scripts ===== * This entity is implemented in Java, no Lua script exists ===== Entity Kind ===== * getEntityKind(): Returns "SeedPouch" (class name) ===== Related mr Entities ===== * [[mr:seed_item|Seed (Item)]] * [[mr:plant|Plant]] {{tag> mr items bags}}