package net.minecraft.world.gen.structure; public enum EnumDoor { OPENING, WOOD_DOOR, GRATES, IRON_DOOR; }