Uses of Enum Class
net.minecraft.world.gen.feature.structure.RuinedPortalStructure.Location
Packages that use RuinedPortalStructure.Location
-
Uses of RuinedPortalStructure.Location in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as RuinedPortalStructure.LocationConstructors in net.minecraft.world.gen.feature with parameters of type RuinedPortalStructure.Location -
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.LocationModifier and TypeFieldDescriptionprivate static final Map<String,
RuinedPortalStructure.Location> RuinedPortalStructure.Location.BY_NAME
static final com.mojang.serialization.Codec<RuinedPortalStructure.Location>
RuinedPortalStructure.Location.CODEC
Methods in net.minecraft.world.gen.feature.structure that return RuinedPortalStructure.LocationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RuinedPortalStructure.Location[]
RuinedPortalStructure.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.