net.minecraft.server.packs.repository

public record KnownPack

avc
net.minecraft.server.packs.repository.KnownPack
net.minecraft.class_9226

Field summary

Modifier and TypeField
private final String
c
namespace
comp_2336
private final String
d
id
comp_2337
private final String
e
version
comp_2338
public static final StreamCodec<io.netty.buffer.ByteBuf, KnownPack>
a
STREAM_CODEC
field_49035
public static final String
b
VANILLA_NAMESPACE
field_49036

Constructor summary

ModifierConstructor
public (String arg0, String arg1, String arg2)

Method summary

Modifier and TypeMethod
public static KnownPack
a(String arg0)
vanilla(String arg0)
method_56932(String arg0)
public boolean
a()
isVanilla()
method_56931()
public String
b()
namespace()
comp_2336()
public String
c()
id()
comp_2337()
public String
d()
version()
comp_2338()