Uses of Class
net.minecraft.world.gen.feature.structure.StrongholdPieces.Stronghold.Door
-
Packages that use StrongholdPieces.Stronghold.Door Package Description net.minecraft.world.gen.feature.structure -
-
Uses of StrongholdPieces.Stronghold.Door in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure declared as StrongholdPieces.Stronghold.Door Modifier and Type Field Description protected StrongholdPieces.Stronghold.Door
StrongholdPieces.Stronghold. entryDoor
Methods in net.minecraft.world.gen.feature.structure that return StrongholdPieces.Stronghold.Door Modifier and Type Method Description protected StrongholdPieces.Stronghold.Door
StrongholdPieces.Stronghold. randomSmallDoor(java.util.Random p_74988_1_)
static StrongholdPieces.Stronghold.Door
StrongholdPieces.Stronghold.Door. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StrongholdPieces.Stronghold.Door[]
StrongholdPieces.Stronghold.Door. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world.gen.feature.structure with parameters of type StrongholdPieces.Stronghold.Door Modifier and Type Method Description protected void
StrongholdPieces.Stronghold. generateSmallDoor(ISeedReader p_242917_1_, java.util.Random p_242917_2_, MutableBoundingBox p_242917_3_, StrongholdPieces.Stronghold.Door p_242917_4_, int p_242917_5_, int p_242917_6_, int p_242917_7_)
-