Uses of Enum Class
net.minecraft.data.info.DatapackStructureReport.Format
Packages that use DatapackStructureReport.Format
-
Uses of DatapackStructureReport.Format in net.minecraft.data.info
Subclasses with type arguments of type DatapackStructureReport.Format in net.minecraft.data.infoFields in net.minecraft.data.info declared as DatapackStructureReport.FormatModifier and TypeFieldDescriptionprivate final DatapackStructureReport.FormatDatapackStructureReport.CustomPackEntry.formatThe field for theformatrecord 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.CODECMethods in net.minecraft.data.info that return DatapackStructureReport.FormatModifier and TypeMethodDescriptionDatapackStructureReport.CustomPackEntry.format()Returns the value of theformatrecord 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.FormatModifierConstructorDescriptionprivateCreates an instance of aCustomPackEntryrecord class.