Skip to content

Instantly share code, notes, and snippets.

@Keyinator
Created February 28, 2020 21:12
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 Keyinator/8c32e7d36654cf8968b0269a4a84ed12 to your computer and use it in GitHub Desktop.
Save Keyinator/8c32e7d36654cf8968b0269a4a84ed12 to your computer and use it in GitHub Desktop.
All Minecraft Bedmaterials as Hashset
HashSet<Material> BedSet= new HashSet<>(Arrays.asList(
BLACK_BED, BLUE_BED, BROWN_BED, CYAN_BED, GRAY_BED, GREEN_BED, LIGHT_BLUE_BED, LIGHT_GRAY_BED, LIME_BED, MAGENTA_BED, ORANGE_BED, PINK_BED, PURPLE_BED, RED_BED, WHITE_BED, YELLOW_BED
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment