net.minecraft.commands.functions

public record PlainTextFunction<T>

implements CommandFunction<T>, InstantiatedFunction<T>

hx
net.minecraft.commands.functions.PlainTextFunction
net.minecraft.class_8872
net.minecraft.server.function.ExpandedMacro

Field summary

Modifier and TypeField
private final Identifier
a
id
comp_1994
id
private final List<UnboundEntryAction<T>>
b
entries
comp_1995
entries

Constructor summary

ModifierConstructor
public (Identifier id, List<UnboundEntryAction<T>> entries)

Method summary

Modifier and TypeMethod
public InstantiatedFunction<T>
a(uz arg0, com.mojang.brigadier.CommandDispatcher<T> arg1)
instantiate(CompoundTag arg0, com.mojang.brigadier.CommandDispatcher<T> arg1)
method_52595(class_2487 arg0, com.mojang.brigadier.CommandDispatcher<T> arg1)
withMacroReplaced(NbtCompound arg0, com.mojang.brigadier.CommandDispatcher<T> arg1)
public Identifier
a()
id()
comp_1994()
id()
public List<UnboundEntryAction<T>>
b()
entries()
comp_1995()
entries()