Skip to content

Instantly share code, notes, and snippets.

/WebItems.java Secret

Created May 13, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/deff2ab4ebe34e569f1dd44daa4a042f to your computer and use it in GitHub Desktop.
Save anonymous/deff2ab4ebe34e569f1dd44daa4a042f to your computer and use it in GitHub Desktop.
enum with webitems
enum WebItems {
ANCIENT_CAVERN_WHIRPOOL_STEPS(
new Coordinate(1768, 5366, 1),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1770, 5366, 1), "Rough hewn steps", "Climb-down", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1771, 5366, 0), "Stairs", "Climb-up", Collections.singletonList(new MembersRequirement()))
},
new Coordinate(1772, 5366, 0),
null, null, null),
ANCIENT_CAVERN_WHIRLPOOL(
new Coordinate(2511, 3512, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(2512, 3508, 0), "Whirlpool", "Dive in", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1763, 5365, 1),
null, null, null),
ANCIENT_CAVERN_MITHRIL_DRAGON_STAIRS(
new Coordinate(1778, 5346, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1778, 5345, 0), "Stairs", "Climb-up", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1778, 5345, 1), "Stairs", "Climb-down", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1777, 5344, 1),
null, null, null),
ANCIENT_CAVERN_SLAYER_MASTER_STEPS(
new Coordinate(1746, 5325, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1745, 5324, 0), "Rough hewn steps", "Climb-up", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1695, 5298, 1), "Rough hewn steps", "Climb-down", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1694, 5296, 1),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE(
new Coordinate(1686, 5288, 1),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1684, 5288, 1), "Cave", "Enter", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1663, 5258, 0), "Cave", "Enter", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1661, 5257, 0),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE_HELLHOUNDS_BARRIER(
new Coordinate(1636, 5254, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1634, 5254, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1634, 5254, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1634, 5253, 0),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE_DEMON_BARRIER(
new Coordinate(1605, 5264, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1605, 5265, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1605, 5265, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1605, 5265, 0),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE_BLUE_DRAGON_BARRIER(
new Coordinate(1609, 5288, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1609, 5289, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1609, 5289, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1610, 5289, 0),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE_GARGOYLE_BARRIER(
new Coordinate(1625, 5301, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1625, 5301, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1625, 5301, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1626, 5302, 0),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE_ABYSSAL_DEMON_BARRIER(
new Coordinate(1649, 5303, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1649, 5303, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1649, 5303, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1650, 5301, 0),
null, null, null),
ANCIENT_CAVERN_SLAYER_CAVE_DARK_BEAST_BARRIER(
new Coordinate(1651, 5281, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(1651, 5281, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(1651, 5281, 0), "Energy barrier", "Pass", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(1650, 5280, 0),
null, null, null),
SMOKE_DUNGEON(
new Coordinate(3310, 2961, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(3310, 2962, 0), "Smokey well", "Climb down", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(3205, 9379, 0), "Rope", "Climb-up", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(3206, 9379, 0),
null, null, null),
EXILED_KALPHITE_DUNGEON(
new Coordinate(3234, 2859, 0),
new BasicObjectVertex[]{
new BasicObjectVertex(new Coordinate(3236, 2858, 0), "Kalphite entrance", "Enter", Collections.singletonList(new MembersRequirement())),
new BasicObjectVertex(new Coordinate(2946, 1659, 0), "Exit", "Climb-up", Collections.singletonList(new MembersRequirement())),
},
new Coordinate(2949, 1659, 0),
null, null, null);
WebItems(Coordinate rs3_surface_coordinate, BasicObjectVertex[] rs3_object_vertices, Coordinate rs3_dungeon_coordinate, Coordinate osrs_surface_coordinate, BasicObjectVertex[] osrs_object_vertices, Coordinate osrs_dungeon_coordinate) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment