001 package net.minecraft.world.gen.structure; 002 003 public enum EnumDoor 004 { 005 OPENING, 006 WOOD_DOOR, 007 GRATES, 008 IRON_DOOR; 009 }