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.TypeQuickPlayLog.QuickPlayWorld.typeThe field for thetyperecord 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.CODECMethods in net.minecraft.client.quickplay that return QuickPlayLog.TypeModifier and TypeMethodDescriptionQuickPlayLog.QuickPlayWorld.type()Returns the value of thetyperecord component.static QuickPlayLog.TypeReturns 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 TypeMethodDescriptionvoidQuickPlayLog.setWorldData(QuickPlayLog.Type type, String id, String name) 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 aQuickPlayWorldrecord class.