net.minecraft.server.packs.repository

public enum PackCompatibility

ave
net.minecraft.server.packs.repository.PackCompatibility
net.minecraft.class_3281
net.minecraft.resource.ResourcePackCompatibility
net.minecraft.server.packs.repository.EnumResourcePackVersion

Enum constant summary

Enum Constant
a
TOO_OLD
field_14223
TOO_OLD
b
TOO_NEW
field_14220
TOO_NEW
c
COMPATIBLE
field_14224
COMPATIBLE

Field summary

Modifier and TypeField
private final Component
d
description
field_14219
notification
private final Component
e
confirmation
field_14222
confirmMessage

Constructor summary

ModifierConstructor
private (String arg0)

Method summary

Modifier and TypeMethod
public boolean
a()
isCompatible()
method_14437()
isCompatible()
public static PackCompatibility
a(azw<Integer> arg0, int arg1)
forVersion(InclusiveRange<Integer> arg0, int arg1)
method_14436(class_6497<Integer> arg0, int arg1)
from(Range<Integer> range, int current)
public Component
b()
getDescription()
method_14439()
getNotification()
public Component
c()
getConfirmation()
method_14438()
getConfirmMessage()