Uses of Enum Class
net.minecraft.data.report.DataPackStructureProvider.Format
Packages that use DataPackStructureProvider.Format
-
Uses of DataPackStructureProvider.Format in net.minecraft.data.report
Fields in net.minecraft.data.report declared as DataPackStructureProvider.FormatModifier and TypeFieldDescriptionprivate final DataPackStructureProvider.FormatDataPackStructureProvider.FakeRegistry.formatThe field for theformatrecord component.Fields in net.minecraft.data.report with type parameters of type DataPackStructureProvider.FormatModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DataPackStructureProvider.Format> DataPackStructureProvider.Format.CODECMethods in net.minecraft.data.report that return DataPackStructureProvider.FormatModifier and TypeMethodDescriptionDataPackStructureProvider.FakeRegistry.format()Returns the value of theformatrecord component.Returns the enum constant of this class with the specified name.static DataPackStructureProvider.Format[]DataPackStructureProvider.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.data.report with parameters of type DataPackStructureProvider.FormatModifierConstructorDescription(package private)Creates an instance of aFakeRegistryrecord class.