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.Format
DataPackStructureProvider.FakeRegistry.format
The field for theformat
record 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.CODEC
Methods in net.minecraft.data.report that return DataPackStructureProvider.FormatModifier and TypeMethodDescriptionDataPackStructureProvider.FakeRegistry.format()
Returns the value of theformat
record 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 aFakeRegistry
record class.