net.minecraft.commands.functions

public record PlainTextFunction<T>

implements CommandFunction<T>, InstantiatedFunction<T>

ie
net.minecraft.commands.functions.PlainTextFunction
net.minecraft.class_8872

Field summary

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

Constructor summary

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

Method summary

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