Uses of Class
net.minecraft.server.function.Function
Packages that use Function
-
Uses of Function in net.minecraft.server.function
Fields in net.minecraft.server.function declared as FunctionModifier and TypeFieldDescriptionprivate FunctionFunction.FunctionIdentifier.functionprivate FunctionFunctionTickable.runningFunctionFields in net.minecraft.server.function with type parameters of type FunctionModifier and TypeFieldDescriptionprivate final Map<Identifier,Function> FunctionTickable.functionsMethods in net.minecraft.server.function that return FunctionModifier and TypeMethodDescriptionstatic FunctionFunction.fromLines(FunctionTickable functionTickable, List<String> lines) FunctionTickable.getFunction(Identifier id) Function.FunctionIdentifier.method_14540(FunctionTickable functionTickable) Methods in net.minecraft.server.function that return types with arguments of type FunctionMethods in net.minecraft.server.function with parameters of type FunctionModifier and TypeMethodDescriptionintFunctionTickable.execute(Function function, CommandSource source) Constructors in net.minecraft.server.function with parameters of type FunctionModifierConstructorDescriptionFunctionExecutable(Function function) FunctionIdentifier(Function function)