Uses of Enum Class
net.minecraft.data.info.DatapackStructureReport.Format
Packages that use DatapackStructureReport.Format
-
Uses of DatapackStructureReport.Format in net.minecraft.data.info
Fields in net.minecraft.data.info declared as DatapackStructureReport.FormatModifier and TypeFieldDescriptionprivate final DatapackStructureReport.Format
DatapackStructureReport.CustomPackEntry.format
The field for theformat
record component.Fields in net.minecraft.data.info with type parameters of type DatapackStructureReport.FormatModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<DatapackStructureReport.Format> DatapackStructureReport.Format.CODEC
Methods in net.minecraft.data.info that return DatapackStructureReport.FormatModifier and TypeMethodDescriptionDatapackStructureReport.CustomPackEntry.format()
Returns the value of theformat
record component.Returns the enum constant of this class with the specified name.static DatapackStructureReport.Format[]
DatapackStructureReport.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.data.info with parameters of type DatapackStructureReport.FormatModifierConstructorDescription(package private)
Creates an instance of aCustomPackEntry
record class.