Uses of Enum Class
net.minecraft.client.quickplay.QuickPlayLog.Type
Packages that use QuickPlayLog.Type
-
Uses of QuickPlayLog.Type in net.minecraft.client.quickplay
Fields in net.minecraft.client.quickplay declared as QuickPlayLog.TypeModifier and TypeFieldDescriptionprivate final QuickPlayLog.Type
QuickPlayLog.QuickPlayWorld.type
The field for thetype
record component.Fields in net.minecraft.client.quickplay with type parameters of type QuickPlayLog.TypeModifier and TypeFieldDescription(package private) static final com.mojang.serialization.Codec<QuickPlayLog.Type>
QuickPlayLog.Type.CODEC
Methods in net.minecraft.client.quickplay that return QuickPlayLog.TypeModifier and TypeMethodDescriptionQuickPlayLog.QuickPlayWorld.type()
Returns the value of thetype
record component.static QuickPlayLog.Type
Returns the enum constant of this class with the specified name.static QuickPlayLog.Type[]
QuickPlayLog.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.quickplay with parameters of type QuickPlayLog.TypeModifier and TypeMethodDescriptionvoid
QuickPlayLog.setWorldData
(QuickPlayLog.Type p_279380_, String p_279427_, String p_279470_) Constructors in net.minecraft.client.quickplay with parameters of type QuickPlayLog.TypeModifierConstructorDescription(package private)
QuickPlayWorld
(QuickPlayLog.Type type, String id, String name) Creates an instance of aQuickPlayWorld
record class.