Uses of Enum Class
net.minecraft.server.packs.repository.PackCompatibility
-
Uses of PackCompatibility in net.minecraft.client.gui.screens.packs
Modifier and TypeMethodDescriptionPackSelectionModel.Entry.getCompatibility()
PackSelectionModel.EntryBase.getCompatibility()
-
Uses of PackCompatibility in net.minecraft.server.packs.repository
Modifier and TypeFieldDescriptionprivate final PackCompatibility
Pack.Info.compatibility
The field for thecompatibility
record component.Modifier and TypeMethodDescriptionPack.Info.compatibility()
Returns the value of thecompatibility
record component.static PackCompatibility
PackCompatibility.forVersion
(InclusiveRange<Integer> p_294404_, int p_294597_) Pack.getCompatibility()
static PackCompatibility
Returns the enum constant of this class with the specified name.static PackCompatibility[]
PackCompatibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionInfo
(Component description, int dataFormat, int resourceFormat, PackCompatibility compatibility, FeatureFlagSet requestedFeatures, List<String> overlays, boolean isHidden) Creates an instance of aInfo
record class.