Uses of Enum Class
net.minecraft.client.QuickPlayLogger.WorldType
Packages that use QuickPlayLogger.WorldType
-
Uses of QuickPlayLogger.WorldType in net.minecraft.client
Fields in net.minecraft.client declared as QuickPlayLogger.WorldTypeModifier and TypeFieldDescriptionprivate final QuickPlayLogger.WorldType
QuickPlayLogger.QuickPlayWorld.type
The field for thetype
record component.Fields in net.minecraft.client with type parameters of type QuickPlayLogger.WorldTypeModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec
<QuickPlayLogger.WorldType> QuickPlayLogger.WorldType.CODEC
Methods in net.minecraft.client that return QuickPlayLogger.WorldTypeModifier and TypeMethodDescriptionQuickPlayLogger.QuickPlayWorld.type()
Returns the value of thetype
record component.static QuickPlayLogger.WorldType
Returns the enum constant of this class with the specified name.static QuickPlayLogger.WorldType[]
QuickPlayLogger.WorldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client with parameters of type QuickPlayLogger.WorldTypeModifier and TypeMethodDescriptionvoid
QuickPlayLogger.setWorld
(QuickPlayLogger.WorldType worldType, String id, String name) Constructors in net.minecraft.client with parameters of type QuickPlayLogger.WorldTypeModifierConstructorDescription(package private)
QuickPlayWorld
(QuickPlayLogger.WorldType worldType, String string, String string2)