net.minecraft.commands.functions

public record PlainTextFunction<T>

implements CommandFunction<T>, InstantiatedFunction<T>

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

Field summary

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

Constructor summary

ModifierConstructor
public (ResourceLocation arg0, List<UnboundEntryAction<T>> arg1)

Method summary

Modifier and TypeMethod
public InstantiatedFunction<T>
a(ux 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 ResourceLocation
a()
id()
comp_1994()
id()
public List<UnboundEntryAction<T>>
b()
entries()
comp_1995()
entries()