Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. public static final PointOfInterestType UNEMPLOYED = func_226360_a_("unemployed", ImmutableSet.of(), 1, ANY_VILLAGER_WORKSTATION, 1);
  2. public static final PointOfInterestType ARMORER = func_226359_a_("armorer", getAllStates(Blocks.BLAST_FURNACE), 1, 1);
  3. public static final PointOfInterestType BUTCHER = func_226359_a_("butcher", getAllStates(Blocks.SMOKER), 1, 1);
  4. public static final PointOfInterestType CARTOGRAPHER = func_226359_a_("cartographer", getAllStates(Blocks.CARTOGRAPHY_TABLE), 1, 1);
  5. public static final PointOfInterestType CLERIC = func_226359_a_("cleric", getAllStates(Blocks.BREWING_STAND), 1, 1);
  6. public static final PointOfInterestType FARMER = func_226359_a_("farmer", getAllStates(Blocks.COMPOSTER), 1, 1);
  7. public static final PointOfInterestType FISHERMAN = func_226359_a_("fisherman", getAllStates(Blocks.BARREL), 1, 1);
  8. public static final PointOfInterestType FLETCHER = func_226359_a_("fletcher", getAllStates(Blocks.FLETCHING_TABLE), 1, 1);
  9. public static final PointOfInterestType LEATHERWORKER = func_226359_a_("leatherworker", getAllStates(Blocks.CAULDRON), 1, 1);
  10. public static final PointOfInterestType LIBRARIAN = func_226359_a_("librarian", getAllStates(Blocks.LECTERN), 1, 1);
  11. public static final PointOfInterestType MASON = func_226359_a_("mason", getAllStates(Blocks.STONECUTTER), 1, 1);
  12. public static final PointOfInterestType NITWIT = func_226359_a_("nitwit", ImmutableSet.of(), 1, 1);
  13. public static final PointOfInterestType SHEPHERD = func_226359_a_("shepherd", getAllStates(Blocks.LOOM), 1, 1);
  14. public static final PointOfInterestType TOOLSMITH = func_226359_a_("toolsmith", getAllStates(Blocks.SMITHING_TABLE), 1, 1);
  15. public static final PointOfInterestType WEAPONSMITH = func_226359_a_("weaponsmith", getAllStates(Blocks.GRINDSTONE), 1, 1);
  16. public static final PointOfInterestType HOME = func_226359_a_("home", BED_HEADS, 1, 1);
  17. public static final PointOfInterestType MEETING = func_226359_a_("meeting", getAllStates(Blocks.BELL), 32, 6);
  18. public static final PointOfInterestType field_226356_s_ = func_226359_a_("beehive", getAllStates(Blocks.field_226906_mb_), 0, 1);
  19. public static final PointOfInterestType field_226357_t_ = func_226359_a_("bee_nest", getAllStates(Blocks.field_226905_ma_), 0, 1);
  20. public static final PointOfInterestType field_226358_u_ = func_226359_a_("nether_portal", getAllStates(Blocks.NETHER_PORTAL), 0, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement