Uses of Class
net.minecraft.world.gen.feature.RuinedPortalFeature.Type
| Package | Description |
|---|---|
| net.minecraft.world.gen.feature |
-
Uses of RuinedPortalFeature.Type in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RuinedPortalFeature.Type Modifier and Type Field Description RuinedPortalFeature.TypeRuinedPortalFeatureConfig. portalTypeFields in net.minecraft.world.gen.feature with type parameters of type RuinedPortalFeature.Type Modifier and Type Field Description private static Map<String,RuinedPortalFeature.Type>RuinedPortalFeature.Type. BY_NAMEstatic com.mojang.serialization.Codec<RuinedPortalFeature.Type>RuinedPortalFeature.Type. CODECMethods in net.minecraft.world.gen.feature that return RuinedPortalFeature.Type Modifier and Type Method Description static RuinedPortalFeature.TypeRuinedPortalFeature.Type. byName(String name)static RuinedPortalFeature.TypeRuinedPortalFeature.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RuinedPortalFeature.Type[]RuinedPortalFeature.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world.gen.feature with parameters of type RuinedPortalFeature.Type Constructor Description RuinedPortalFeatureConfig(RuinedPortalFeature.Type portalType)