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.WorldTypeQuickPlayLogger.QuickPlayWorld.typeThe field for thetyperecord 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.CODECMethods in net.minecraft.client that return QuickPlayLogger.WorldTypeModifier and TypeMethodDescriptionQuickPlayLogger.QuickPlayWorld.type()Returns the value of thetyperecord component.static QuickPlayLogger.WorldTypeReturns 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 TypeMethodDescriptionvoidQuickPlayLogger.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)