net.minecraft.server.packs.metadata.pack

public record PackMetadataSection

auv
net.minecraft.server.packs.metadata.pack.PackMetadataSection
net.minecraft.class_3272

Field summary

Modifier and TypeField
private final Component
c
description
comp_1580
private final int
d
packFormat
comp_1581
private final Optional<InclusiveRange<Integer>>
e
supportedFormats
comp_1582
public static final com.mojang.serialization.Codec<PackMetadataSection>
a
CODEC
field_45051
public static final MetadataSectionType<PackMetadataSection>
b
TYPE
field_14202

Constructor summary

ModifierConstructor
public (Component arg0, int arg1, Optional<InclusiveRange<Integer>> arg2)

Method summary

Modifier and TypeMethod
public Component
a()
description()
comp_1580()
public int
b()
packFormat()
comp_1581()
public Optional<InclusiveRange<Integer>>
c()
supportedFormats()
comp_1582()