Package | Description |
---|---|
net.minecraft.world.gen.structure | |
net.minecraftforge.common.util |
Modifier and Type | Field and Description |
---|---|
protected StructureStrongholdPieces.Stronghold.Door |
StructureStrongholdPieces.Stronghold.entryDoor |
Modifier and Type | Method and Description |
---|---|
protected StructureStrongholdPieces.Stronghold.Door |
StructureStrongholdPieces.Stronghold.getRandomDoor(java.util.Random p_74988_1_) |
static StructureStrongholdPieces.Stronghold.Door |
StructureStrongholdPieces.Stronghold.Door.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StructureStrongholdPieces.Stronghold.Door[] |
StructureStrongholdPieces.Stronghold.Door.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StructureStrongholdPieces.Stronghold.placeDoor(World worldIn,
java.util.Random p_74990_2_,
StructureBoundingBox p_74990_3_,
StructureStrongholdPieces.Stronghold.Door p_74990_4_,
int p_74990_5_,
int p_74990_6_,
int p_74990_7_) |
Modifier and Type | Method and Description |
---|---|
static StructureStrongholdPieces.Stronghold.Door |
EnumHelper.addDoor(java.lang.String name) |