net.minecraft.server.function

public record ExpandedMacro<T>

implements CommandFunction<T>, Procedure<T>

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

Field summary

Modifier and TypeField
private final Identifier
id
comp_1994
id
private final List<SourcedCommandAction<T>>
entries
comp_1995
entries

Constructor summary

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

Method summary

Modifier and TypeMethod
public Procedure<T>
instantiate(CompoundTag arguments, com.mojang.brigadier.CommandDispatcher<T> dispatcher)
method_52595(class_2487 arg0, com.mojang.brigadier.CommandDispatcher<T> arg1)
withMacroReplaced(NbtCompound arg0, com.mojang.brigadier.CommandDispatcher<T> arg1)
public Identifier
id()
comp_1994()
id()
public List<SourcedCommandAction<T>>
entries()
comp_1995()
entries()