Uses of Interface
net.minecraft.command.FunctionObject.IEntry
-
Packages that use FunctionObject.IEntry Package Description net.minecraft.advancements net.minecraft.command -
-
Uses of FunctionObject.IEntry in net.minecraft.advancements
Fields in net.minecraft.advancements declared as FunctionObject.IEntry Modifier and Type Field Description private FunctionObject.IEntry
FunctionManager.QueuedCommand. entry
Constructors in net.minecraft.advancements with parameters of type FunctionObject.IEntry Constructor Description QueuedCommand(FunctionManager p_i48018_1_, CommandSource p_i48018_2_, FunctionObject.IEntry p_i48018_3_)
-
Uses of FunctionObject.IEntry in net.minecraft.command
Classes in net.minecraft.command that implement FunctionObject.IEntry Modifier and Type Class Description static class
FunctionObject.CommandEntry
static class
FunctionObject.FunctionEntry
Fields in net.minecraft.command declared as FunctionObject.IEntry Modifier and Type Field Description private FunctionObject.IEntry[]
FunctionObject. entries
Methods in net.minecraft.command that return FunctionObject.IEntry Modifier and Type Method Description FunctionObject.IEntry[]
FunctionObject. getEntries()
Constructors in net.minecraft.command with parameters of type FunctionObject.IEntry Constructor Description FunctionObject(ResourceLocation p_i47973_1_, FunctionObject.IEntry[] p_i47973_2_)
-