Uses of Class
net.minecraft.world.gen.feature.structure.RuinedPortalStructure.Location
-
Packages that use RuinedPortalStructure.Location Package Description net.minecraft.world.gen.feature net.minecraft.world.gen.feature.structure -
-
Uses of RuinedPortalStructure.Location in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RuinedPortalStructure.Location Modifier and Type Field Description RuinedPortalStructure.LocationRuinedPortalFeature. portalTypeConstructors in net.minecraft.world.gen.feature with parameters of type RuinedPortalStructure.Location Constructor Description RuinedPortalFeature(RuinedPortalStructure.Location p_i232016_1_) -
Uses of RuinedPortalStructure.Location in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure with type parameters of type RuinedPortalStructure.Location Modifier and Type Field Description private static java.util.Map<java.lang.String,RuinedPortalStructure.Location>RuinedPortalStructure.Location. BY_NAMEstatic com.mojang.serialization.Codec<RuinedPortalStructure.Location>RuinedPortalStructure.Location. CODECMethods in net.minecraft.world.gen.feature.structure that return RuinedPortalStructure.Location Modifier and Type Method Description static RuinedPortalStructure.LocationRuinedPortalStructure.Location. byName(java.lang.String p_236346_0_)static RuinedPortalStructure.LocationRuinedPortalStructure.Location. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuinedPortalStructure.Location[]RuinedPortalStructure.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.
-