Package emu.grasscutter.game.home
Class HomeBlockItem.HomeBlockItemBuilder
java.lang.Object
emu.grasscutter.game.home.HomeBlockItem.HomeBlockItemBuilder
- Enclosing class:
- HomeBlockItem
-
Method Summary
Modifier and TypeMethodDescriptionblockId(int blockId) build()deployAnimalList(List<HomeAnimalItem> deployAnimalList) deployFurnitureList(List<HomeFurnitureItem> deployFurnitureList) deployNPCList(List<HomeNPCItem> deployNPCList) persistentFurnitureList(List<HomeFurnitureItem> persistentFurnitureList) toString()unlocked(boolean unlocked)
-
Method Details
-
blockId
- Returns:
this.
-
unlocked
- Returns:
this.
-
deployFurnitureList
public HomeBlockItem.HomeBlockItemBuilder deployFurnitureList(List<HomeFurnitureItem> deployFurnitureList) - Returns:
this.
-
persistentFurnitureList
public HomeBlockItem.HomeBlockItemBuilder persistentFurnitureList(List<HomeFurnitureItem> persistentFurnitureList) - Returns:
this.
-
deployAnimalList
- Returns:
this.
-
deployNPCList
- Returns:
this.
-
build
-
toString
-