Created
February 28, 2020 21:12
-
-
Save Keyinator/8c32e7d36654cf8968b0269a4a84ed12 to your computer and use it in GitHub Desktop.
All Minecraft Bedmaterials as Hashset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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